Files
tap-as-a-service/test-requirements.txt
Takashi Kajinami c06a9ff796 Drop explicit dependency on python-subunit
It is no longer directly used by any test code in this repository since
we switched to stestr[1].

It is now installed as a dependency of stestr.

[1] 9fd3404036

Change-Id: Ica2845468fd247d1bd6809d8b050ed9e7ee41101
2025-06-10 12:54:10 +00:00

15 lines
354 B
Plaintext

hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=5.2.1 # Apache-2.0
psycopg2>=2.8.5 # LGPL/ZPL
PyMySQL>=0.10.0 # MIT License
oslotest>=4.4.1 # Apache-2.0
requests_mock>=1.5.0 # Apache-2.0
stestr>=3.0.1 # Apache-2.0
testresources>=2.0.1 # Apache-2.0/BSD
testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.4.0 # MIT
isort==5.10.1 # MIT
WebTest>=2.0.27 # MIT