diff options
author | Douglas Mendizábal <dmendiza@redhat.com> | 2019-10-01 09:18:28 -0500 |
---|---|---|
committer | Douglas Mendizábal <dmendiza@redhat.com> | 2019-10-01 15:05:30 +0000 |
commit | 79f387fbd5fde9e671dd32684f73dbf3451379dc (patch) | |
tree | 5c3c46d680b6e248aa9766860f62e528bc9cc9de /test-requirements.txt | |
parent | bdff261a9d099983b76f170be2311f97d6279630 (diff) | |
download | python-barbicanclient-79f387fbd5fde9e671dd32684f73dbf3451379dc.tar.gz |
Fix lower-constraints tox target
We seem to be running into a coverage issue [1] in 4.0. This patch
raises the lower bound of coverage to 4.1 to get the lower-constraints
target to pass again.
[1] https://github.com/nedbat/coveragepy/issues/359
Change-Id: Ieddef753b4ee3e9b6d246168ed17c5c99e084564
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index da9fdc7..55a823b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -coverage!=4.4,>=4.0 # Apache-2.0 +coverage!=4.4,>=4.1 # Apache-2.0 hacking>=1.1.0,<1.2.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD requests-mock>=1.2.0 # Apache-2.0 |