Merge ~paride/curtin:pin-pyrsistent into curtin:master

Proposed by Paride Legovini
Status: Merged
Approved by: Paride Legovini
Approved revision: ceae81760ce82856bd51f798e947220e409892ad
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~paride/curtin:pin-pyrsistent
Merge into: curtin:master
Diff against target: 11 lines (+3/-0)
1 file modified
requirements.txt (+3/-0)
Reviewer Review Type Date Requested Status
Ryan Harper (community) Approve
Server Team CI bot continuous-integration Approve
curtin developers Pending
Review via email: mp+390446@code.launchpad.net

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.

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) wrote :

Thanks for tracking this down.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/requirements.txt b/requirements.txt
2index 9066728..6afa3b8 100644
3--- a/requirements.txt
4+++ b/requirements.txt
5@@ -2,3 +2,6 @@ pyyaml
6 oauthlib
7 # For validation of storate configuration format
8 jsonschema
9+# Dependency of jsonschema.
10+# Version 0.16.0 is the latest version supporting Python < 3.5.
11+pyrsistent==0.16.0

Subscribers

People subscribed via source and target branches