summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2020-03-02 07:18:55 -0800
committerJames E. Blair <jeblair@redhat.com>2020-03-02 10:52:38 -0800
commitf6d6371c39f757930b4e2662febe1cf5fafca754 (patch)
tree65bee1e75d9d782c709e03cf4aa5a3739878167a /requirements.txt
parent5823ca6e236f8d749298ae404cf4af72e092e6d2 (diff)
downloadzuul-f6d6371c39f757930b4e2662febe1cf5fafca754.tar.gz
Fix py35 by pinning importlib-resources
The global tox installation on our test nodes is affected by an upstream issue[1]. Additionally, the virtualenv created by tox under those conditions is also affected. To work around this, pin the version of importlib-resources in the global tox install, as well as in Zuul's own requirements. [1] https://gitlab.com/python-devs/importlib_resources/issues/83 Change-Id: I31ed50185a71d867a2ad512ef9b526c5b607ed5c
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 59f67f55f..854ecf765 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,6 @@
pbr>=1.1.0
+# Temporary fix for https://gitlab.com/python-devs/importlib_resources/issues/83
+importlib-resources==1.0.2
# Early virtualenv 20 had bad file location assumptions
virtualenv!=20.0.0,!=20.0.1