Skip to content

Commit

Permalink
Cap grpcio to below 1.16.0
Browse files Browse the repository at this point in the history
grpcio-1.16.0 introduced a bug that is breaking the tooz unit tests.
We can't use any higher versions of grpcio until that is fixed.

Is the library actively maintained? Yes

Is the library good code? Yes

Is the library python 3 compatible? Yes

Is the library license compatible? Yes, Apache 2.0

Is the library already packaged in the distros we target (Ubuntu
latest / Fedora latest)? It's a transitive dependency, so it must be.

Is the function of this library already covered by other libraries
in global-requirements.txt? No

Is the library required for OpenStack project or related dev or
infrastructure setup? Yes, tooz

Change-Id: I8b026a0680a91a68281e354a59012565f4db1b95
Related-Bug: 1808046
  • Loading branch information
cybertron committed Dec 17, 2018
1 parent 79a86e8 commit cef8feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions global-requirements.txt
Expand Up @@ -479,6 +479,9 @@ ceilometer # Apache-2.0

# Indirect dependencies that need blocking
daiquiri
# NOTE(bnemec): 1.16.0 introduced a bug that is breaking tooz.
# See https://bugs.launchpad.net/python-tooz/+bug/1808046
grpcio<1.16.0

# NOTE(dhellmann): We need to include this package for testing the
# release jobs that propose constraint updates, even though it is not
Expand Down
2 changes: 1 addition & 1 deletion upper-constraints.txt
Expand Up @@ -50,7 +50,7 @@ oslo.context===2.22.0
python-senlinclient===1.9.0
rcssmin===1.0.6
pycadf===2.8.0
grpcio===1.17.1
grpcio===1.15.0
skydive-client===0.4.5
pysendfile===2.0.1
fixtures===3.0.0
Expand Down

0 comments on commit cef8feb

Please sign in to comment.