Drop extras from test requirements
It was added to workaround the issue caused by testrepository, which used extras but didn't have extras in its dependencies. The new release of testrepository (0.0.21) no longer depends on extras[1]. [1] c16be76ea8b232fb868ec6817939dfce4a075cff Depends-on: https://review.opendev.org/c/openstack/requirements/+/915418 Change-Id: Ic28fb53273612d63367fe65e34d23406f133fe6b
This commit is contained in:
parent
6817d0e1af
commit
3337348e77
@ -10,7 +10,3 @@ pifpaf>=0.10.0 # Apache-2.0
|
||||
nose>=1.3.7 # GNU LGPL
|
||||
pytest>=3.0.0 # MIT
|
||||
urllib3>=1.15.1 # MIT
|
||||
|
||||
# TODO(tkajinam): Remove this once the following change is released
|
||||
# https://github.com/testing-cabal/testrepository/pull/48
|
||||
extras>=1.0.0 # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user