Skip to content

Commit

Permalink
Update some constraints for py2
Browse files Browse the repository at this point in the history
We've recently started seeing some failures in the gate related to these
projects, and they have final py2-supporting versions.

Change-Id: If81fc352c8b2b1f03f3fa7b79c56dfcf981ced70
  • Loading branch information
tipabu committed Apr 6, 2021
1 parent b79ca57 commit 1895213
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions lower-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ urllib3==1.22
voluptuous==0.11.1
wrapt==1.10.11
xattr==0.4
pycadf===2.10.0
3 changes: 3 additions & 0 deletions py2-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ gitdb2===2.0.6
# Projects that are known to have had a final py2-supporting release
bandit===1.6.2
python-keystoneclient===3.22.0
dnspython===1.16.0
setuptools===44.1.1
pycadf===2.10.0
4 changes: 3 additions & 1 deletion tools/playbooks/common/install_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@
- nose
- pyeclib
- python-swiftclient
- mock
# For some reason, pip on py2 isn't smart enough to prevent us
# trying to install a too-new mock??
- 'mock<4'

0 comments on commit 1895213

Please sign in to comment.