Skip to content

Commit b5da829

Browse files
committed
Try a workaround for the reactor_option error
1 parent 78998c3 commit b5da829

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ deps=
1616
qt5reactor: qt5reactor
1717
qt5reactor: pytest-xvfb
1818
qt5reactor: pyqt5
19-
setenv=
20-
defaultreactor: reactor_option=default
21-
qt5reactor: reactor_option=qt5reactor
22-
commands=py.test --reactor={env:reactor_option} []
19+
commands=
20+
defaultreactor: py.test --reactor=default []
21+
qt5reactor: py.test --reactor=qt5reactor []
2322
sitepackages=False
2423

2524
[testenv:linting]

0 commit comments

Comments
 (0)