summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2018-08-31 15:22:25 +0000
committerTony Breeds <tony@bakeyournoodle.com>2018-09-07 13:26:57 +1000
commit9a6875d479c22b81b47f545253f674a8c6221331 (patch)
treef0b097fc145181b3df88316fa302c175b69a5c9f /test-requirements.txt
parent631964c51a668b4b160ca724fd8e03b071e8db44 (diff)
downloadkeystonemiddleware-9a6875d479c22b81b47f545253f674a8c6221331.tar.gz
Remove tox_install.sh
As part of removing reliance on the old and deprecated zuul-cloner, we need to shift constraints declaration to the deps line. This means we unfortunately have to duplicate the extras declarations into test-requirements - because otherwise the contraints for keystonemiddleware conflicts with the installation of itself. Change-Id: I8dbb31d1c1fda6df386f456dcf1d8bbed6d168ce
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ef2890e..3153d81 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,11 +12,12 @@ mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
-stestr # Apache-2.0
+stestr>=2.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
python-memcached>=1.56 # PSF
WebTest>=2.0.27 # MIT
+oslo.messaging>=5.29.0 # Apache-2.0
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0