Skip to content

Commit

Permalink
Fix build by making sure we don't use yarl 1.6.0 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Sep 29, 2020
1 parent 84d1017 commit 748b0ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -6,6 +6,7 @@ tox_pip_extensions_ext_pip_custom_platform = true
[testenv]
deps =
-rrequirements-dev.txt
yarl!=1.6.0 # that version has a bug where it quotes query parameters, see https://github.com/aio-libs/aiohttp/issues/4972
setenv =
PYTHONASYNCIODEBUG=1
commands =
Expand Down

0 comments on commit 748b0ea

Please sign in to comment.