diff dev_requirements.txt @ 8137:268c47a1a93d

setup: bump webtest minimum version to 2.0.6 to get py3 stdlib support /usr/lib64/python3.7/http/cookiejar.py:723: in is_third_party if not domain_match(req_host, reach(request.origin_req_host)): E AttributeError: '_RequestCookieAdapter' object has no attribute 'origin_req_host'
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 04 Jan 2020 00:51:36 +0100
parents 8e0efe7b3b10
children d122a9532630
line wrap: on
line diff
--- a/dev_requirements.txt	Sat Jan 04 01:05:55 2020 +0100
+++ b/dev_requirements.txt	Sat Jan 04 00:51:36 2020 +0100
@@ -4,5 +4,5 @@
 pytest-localserver >= 0.5.0, < 0.6
 mock >= 3.0.0, < 3.1
 Sphinx >= 1.8.0, < 1.9
-WebTest >= 2.0.3, < 2.1
+WebTest >= 2.0.6, < 2.1
 isort == 4.3.21