Skip to content

Commit

Permalink
Don't install deploy dependencies for tests (pypi#17232)
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Ingram <[email protected]>
  • Loading branch information
DarkaMaul and di authored Dec 9, 2024
1 parent e740cec commit 84a11e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ addopts = [
"--allow-hosts=localhost,::1,stripe",
"--durations=20",
"--numprocesses=auto",
# Disable ddtrace for tests
"-p no:ddtrace",
"-p no:ddtrace.pytest_bdd",
"-p no:ddtrace.pytest_benchmark",
]
cache_dir = "dev/.pytest_cache"
testpaths = ["tests/"]
Expand Down

0 comments on commit 84a11e2

Please sign in to comment.