neutron-vpnaas/test-requirements.txt
Takashi Kajinami f50d906c7e Remove old excludes
These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Also remove the note about old pip's behavior because the resolver
in recent pip no longer requires specific order.

Change-Id: Ia761dcbc62648438f7fd5062b9b4b8acc71ee3ad
2024-09-13 10:10:45 +00:00

10 lines
247 B
Plaintext

coverage>=4.4.1 # Apache-2.0
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
# This is necessary as pecan dropped this dependency
# see https://review.opendev.org/c/openstack/neutron/+/848706
WebTest>=2.0.27 # MIT