Skip to content

Commit

Permalink
Fixed uvloop related test failures on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 15, 2021
1 parent e37a789 commit 3113513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test =
pytest >= 3.9
pytest-asyncio
pytest-cov
uvloop; python_implementation == "CPython"
uvloop; python_implementation == "CPython" and platform_system != 'Windows'
doc =
Sphinx >= 1.5
sphinx_rtd_theme
Expand Down

0 comments on commit 3113513

Please sign in to comment.