Skip to content

Commit bc355f2

Browse files
committed
correct tox pywin32 dependency, for qt5reactor only
1 parent 5f36287 commit bc355f2

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
@@ -10,11 +10,11 @@ deps=
1010
greenlet
1111
pytest
1212
twisted
13-
pywin32; sys_platform == 'win32'
1413
qt5reactor: pytest-qt
1514
qt5reactor: qt5reactor
1615
qt5reactor: pytest-xvfb
1716
qt5reactor: pyqt5
17+
qt5reactor: pywin32; sys_platform == 'win32'
1818
commands=
1919
defaultreactor: pytest --reactor=default
2020
qt5reactor: pytest --reactor=qt5reactor

0 commit comments

Comments
 (0)