From 748b0ea7cd1c188d90e9c34ddeb9a591293c440f Mon Sep 17 00:00:00 2001 From: Stephan Jaensch Date: Tue, 29 Sep 2020 19:13:17 +0200 Subject: [PATCH] Fix build by making sure we don't use yarl 1.6.0 for tests --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 80345cc..f45e454 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =