8000 run pytest as module · getsentry/sentry-python@4906f43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4906f43

Browse files
committed
run pytest as module
1 parent 4076b54 commit 4906f43

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
@@ -371,7 +371,7 @@ commands =
371371
; use old pytest for old Python versions:
372372
{py2.7,py3.4,py3.5}: pip install pytest-forked==1.1.3
373373

374-
py.test --durations=5 {env:TESTPATH} {posargs}
374+
python -m pytest --durations=5 {env:TESTPATH} {posargs}
375375

376376
[testenv:linters]
377377
commands =

0 commit comments

Comments
 (0)
0