Skip to content

Commit 6321d3c

Browse files
authored
Merge pull request #954 from jd/fix-ignore-in-tests
tox: fix ignore path for integrations
2 parents ba0a8f9 + 2f3bb75 commit 6321d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ passenv=TEST_*
323323

324324
commands =
325325
# 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
326+
tracer: pytest {posargs} --ignore="tests/contrib" --ignore="tests/test_integration.py" --ignore="tests/commands" --ignore="tests/opentracer" --ignore="tests/unit" --ignore="tests/internal" tests
327327
# run only the `ddtrace.internal` tests
328328
internal: pytest {posargs} tests/internal
329329
# run only the opentrace tests

0 commit comments

Comments
 (0)