We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba0a8f9 + 2f3bb75 commit 6321d3cCopy full SHA for 6321d3c
tox.ini
@@ -323,7 +323,7 @@ passenv=TEST_*
323
324
commands =
325
# run only essential tests related to the tracing client
326
- tracer: pytest {posargs} --ignore="tests/contrib" --ignore="tests/integration" --ignore="tests/commands" --ignore="tests/opentracer" --ignore="tests/unit" --ignore="tests/internal" tests
+ tracer: pytest {posargs} --ignore="tests/contrib" --ignore="tests/test_integration.py" --ignore="tests/commands" --ignore="tests/opentracer" --ignore="tests/unit" --ignore="tests/internal" tests
327
# run only the `ddtrace.internal` tests
328
internal: pytest {posargs} tests/internal
329
# run only the opentrace tests
0 commit comments