curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00783
[Merge] ~paride/curtin:pin-pyrsistent into curtin:master
Paride Legovini has proposed merging ~paride/curtin:pin-pyrsistent into curtin:master.
Commit message:
Pin the dependency on pyrsistent
pyrsistent 0.16.0 is the latest version supporting Python < 3.5.
Newer versions make the *py27 tox environments fail.
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~paride/curtin/+git/curtin/+merge/390446
--
Your team curtin developers is requested to review the proposed merge of ~paride/curtin:pin-pyrsistent into curtin:master.
diff --git a/requirements.txt b/requirements.txt
index 9066728..6afa3b8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,6 @@ pyyaml
oauthlib
# For validation of storate configuration format
jsonschema
+# Dependency of jsonschema.
+# Version 0.16.0 is the latest version supporting Python < 3.5.
+pyrsistent==0.16.0
Follow ups