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:
Takashi Kajinami 2024-04-10 21:39:23 +09:00
parent 6817d0e1af
commit 3337348e77

View File

@ -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