Skip to content

Commit

Permalink
update pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao Qiao committed Aug 5, 2024
1 parent be11a95 commit d1214c0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ junit_logging = "system-out"
console_output_style = "classic"
log_level = "ERROR"
log_cli = "true"
filterwarnings = ["ignore::DeprecationWarning"]
addopts = "-rfE --color=yes -p no:ddtrace -p no:ddtrace.pytest_bdd --cov=sheepdog --cov-report term"
addopts = "-rfE --color=yes -p no:ddtrace -p no:ddtrace.pytest_bdd --cov=gdc_client --cov-report term"
norecursedirs = [
".git",
".tox",
Expand All @@ -62,12 +61,3 @@ norecursedirs = [
testpaths = [
"tests",
]
env = [
"LOGSTICK_LOG_FORMAT=raw",
"LOGSTICK_LOG_LEVEL=DEBUG",
"LOGSTICK_ROOT_LOG_LEVEL=ERROR",
"DD_TRACE_GRAPHQL_ENABLED=false"
]
markers = [
"config_toggle: for separating out testing different configs"
]

0 comments on commit d1214c0

Please sign in to comment.