File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ junit_logging = "system-out"
51
51
console_output_style = " classic"
52
52
log_level = " ERROR"
53
53
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"
56
55
norecursedirs = [
57
56
" .git" ,
58
57
" .tox" ,
@@ -62,12 +61,3 @@ norecursedirs = [
62
61
testpaths = [
63
62
" tests" ,
64
63
]
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
- ]
You can’t perform that action at this time.
0 commit comments