summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2018-10-04 10:27:33 +0100
committerStephen Finucane <sfinucan@redhat.com>2018-10-04 10:52:05 +0100
commitf14a3b2b73c6c95edbea8de799cf1df07decdf0e (patch)
tree53ebbf8b52bb4ca106880da32aea1b82fa0ec8ed /test-requirements.txt
parent97e343c0cfe03e5d09a810a0e9f1f239fd76233f (diff)
downloadpbr-f14a3b2b73c6c95edbea8de799cf1df07decdf0e.tar.gz
Support wheel 0.32.0+
Wheel 0.32.0 removed the 'wheel install' command [1] and, subsequently, the 'wheel.install' module [2]. It also made 'WheelFile' a subclass of 'zipfile.ZipFile' rather than a wrapper [2] and deprecated the '[wheel]' section of 'setup.cfg' in favour of '[bdist_wheel]'. Handle these changes. [1] https://github.com/pypa/wheel/commit/353217fb4 [2] https://github.com/pypa/wheel/commit/89492505b Change-Id: I2903089a07bdd2dc96437b9f65f2d2bba2741707
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8fdcb83..e7ecf83 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +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.
+wheel>=0.32.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
mock>=2.0.0 # BSD