Skip to content

Commit 84a11e2

Browse files
DarkaMauldi
andauthored
Don't install deploy dependencies for tests (#17232)
Co-authored-by: Dustin Ingram <[email protected]>
1 parent e740cec commit 84a11e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ addopts = [
8585
"--allow-hosts=localhost,::1,stripe",
8686
"--durations=20",
8787
"--numprocesses=auto",
88+
# Disable ddtrace for tests
89+
"-p no:ddtrace",
90+
"-p no:ddtrace.pytest_bdd",
91+
"-p no:ddtrace.pytest_benchmark",
8892
]
8993
cache_dir = "dev/.pytest_cache"
9094
testpaths = ["tests/"]

0 commit comments

Comments
 (0)