Remove oslo.versionedobjects extra install
We had a very old line in our test-requirements to install oslo.versionedobjects with its [fixtures] extra to pick up additional test requirements. That extra was removed with e44431cff6b76d33e8da1812c31069a1075a97a7 several releases ago. Our installs would silently ignore this, but with the upcoming pip resolver changes, this will now cause an error installing dependencies. Change-Id: I6bb5378377dba19cae119ebb3c146732a8b3844c Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
5bf5726891
commit
9194f70fea
@ -16,7 +16,6 @@ PyMySQL>=0.8.0 # MIT License
|
||||
psycopg2>=2.8 # LGPL/ZPL
|
||||
SQLAlchemy-Utils>=0.36.1 # BSD License
|
||||
testtools>=2.4.0 # MIT
|
||||
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
|
||||
|
||||
# bandit is not included in upper-constraints,
|
||||
# so we need to pin it here to a known working version
|
||||
|
Loading…
Reference in New Issue
Block a user