Skip to content

Commit d1214c0

Browse files
author
Qiao Qiao
committed
update pytest config
1 parent be11a95 commit d1214c0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ junit_logging = "system-out"
5151
console_output_style = "classic"
5252
log_level = "ERROR"
5353
log_cli = "true"
54-
filterwarnings = ["ignore::DeprecationWarning"]
55-
addopts = "-rfE --color=yes -p no:ddtrace -p no:ddtrace.pytest_bdd --cov=sheepdog --cov-report term"
54+
addopts = "-rfE --color=yes -p no:ddtrace -p no:ddtrace.pytest_bdd --cov=gdc_client --cov-report term"
5655
norecursedirs = [
5756
".git",
5857
".tox",
@@ -62,12 +61,3 @@ norecursedirs = [
6261
testpaths = [
6362
"tests",
6463
]
65-
env = [
66-
"LOGSTICK_LOG_FORMAT=raw",
67-
"LOGSTICK_LOG_LEVEL=DEBUG",
68-
"LOGSTICK_ROOT_LOG_LEVEL=ERROR",
69-
"DD_TRACE_GRAPHQL_ENABLED=false"
70-
]
71-
markers = [
72-
"config_toggle: for separating out testing different configs"
73-
]

0 commit comments

Comments
 (0)