Skip to content

Commit 7395687

Browse files
committed
hmm
1 parent ab75024 commit 7395687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ deps=
1818
setenv=
1919
defaultreactor: REACTOR = default
2020
qt5reactor: REACTOR = qt5reactor
21+
qt5reactor: OPTIONS = -s --no-qt-log
2122
asyncioreactor: REACTOR = asyncio
2223
commands=
23-
pytest --reactor={env:REACTOR} -s --no-qt-log
24+
pytest --reactor={env:REACTOR} {env:OPTIONS:}
2425
sitepackages=False
2526
download=true
2627

0 commit comments

Comments
 (0)