Skip to content

Commit effd285

Browse files
committed
Correct tox test command condition for asyncioreactor
1 parent 5afd985 commit effd285

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
@@ -18,7 +18,7 @@ deps=
1818
commands=
1919
defaultreactor: pytest --reactor=default
2020
qt5reactor: pytest --reactor=qt5reactor
21-
asyncio: pytest --reactor=asyncio
21+
asyncioreactor: pytest --reactor=asyncio
2222
sitepackages=False
2323

2424
[testenv:linting]

0 commit comments

Comments
 (0)