From 6ca6bddf0a9c1c5c7c0367812c6a09b8581e0a30 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 29 Dec 2019 14:39:00 +0100 Subject: behavior: Fix test failure yarl before version 1.4 fails to parse this (invalid) URL. Now it simply accepts it. Pin yarl version to avoid random breakage in the future. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0638e00..628442e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( 'websockets', 'aiohttp', 'PyYAML', - 'yarl', + 'yarl>=1.4,<1.5', 'multidict', ], extras_require={ -- cgit v1.2.3