summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-08-03 10:09:35 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-08-03 13:12:48 -0500
commit274cc3d7f4d9aa15d03bb48f77c3b7d7eabccead (patch)
tree039a67f973b1f5eeec5ba2532898394eeff791d2 /test-requirements.txt
parent8ecc29bfccc64e6036d068f9bcbeb0d8e0748776 (diff)
downloadnova-274cc3d7f4d9aa15d03bb48f77c3b7d7eabccead.tar.gz
Fix lower-constraints conflicts
Several version specified in our lower-constraints files had conflicting dependencies. This updates a few packages to avoid those conflicts. It also removes the linters that are tracked in the global requirements blocklist since we do not need to enforce lower-constraints for linters. Change-Id: Iae93f0631d77794f093fd330e849d2fd805b238f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2e6a61ad5f..6edddcbdbf 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,10 +11,10 @@ mock>=3.0.0 # BSD
psycopg2>=2.7 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License
python-barbicanclient>=4.5.2 # Apache-2.0
-python-ironicclient!=2.7.1,>=2.7.0 # Apache-2.0
+python-ironicclient>=3.0.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
oslotest>=3.8.0 # Apache-2.0
-stestr>=1.0.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD