etcd3gw/test-requirements.txt
Takashi Kajinami 3337348e77 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
2024-04-10 21:39:23 +09:00

13 lines
330 B
Plaintext

hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
pifpaf>=0.10.0 # Apache-2.0
nose>=1.3.7 # GNU LGPL
pytest>=3.0.0 # MIT
urllib3>=1.15.1 # MIT