From 0d037d0d2f73b18014d8d98a06fa3f7bc2c9b794 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 30 Jan 2020 16:52:29 -0800 Subject: pipenv: lock zipp version to work around python3.6 requirement --- python/Pipfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index a5389e4f..838cc2c0 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -53,6 +53,10 @@ pathlib2 = "*" pycountry = "*" tldextract = "*" +# this is only to lock to a python3.5-compatible version. needed by an +# importlib-metadata, under pytest +zipp = "<2.0.0" + [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 # (Xenial), currently the default on Internet Archive production VMs, as well -- cgit v1.2.3