Skip to content

Commit 173028f

Browse files
committed
remove unrelated changes
1 parent 0386f8c commit 173028f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ deps=
1515
qt5reactor: pytest-xvfb
1616
qt5reactor: pyqt5
1717
win: pywin32
18-
setenv=
19-
defaultreactor: REACTOR = default
20-
qt5reactor: REACTOR = qt5reactor
21-
asyncioreactor: REACTOR = asyncio
2218
commands=
23-
pytest --reactor={env:REACTOR}
19+
defaultreactor: pytest --reactor=default
20+
qt5reactor: pytest --reactor=qt5reactor
21+
asyncioreactor: pytest --reactor=asyncio
2422
sitepackages=False
2523
download=true
2624

0 commit comments

Comments
 (0)