Skip to content

Commit

Permalink
tests: set pytest config path explicitly from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Oct 21, 2022
1 parent 7d1ac15 commit 36add1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps =
!ghactions: -r requirements.txt
ghactions: -r requirements-ghactions.txt

commands = python -m pytest --html=report.html {posargs: -n auto --screenshot-failing-only}
commands = python -m pytest -c {toxinidir}/pytest.ini --html=report.html {posargs: -n auto --screenshot-failing-only}

suicide_timeout = 10
interrupt_timeout = 10
Expand Down

0 comments on commit 36add1d

Please sign in to comment.