b9bcae0140
Now that we are py36 or later, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I9582d623727e5853637812083033a348b71551ce Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
15 lines
576 B
Plaintext
15 lines
576 B
Plaintext
# 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.
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
os-testr>=1.0.0 # Apache-2.0
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
reno>=2.7.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|