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
This commit is contained in:
Takashi Kajinami
2025-06-10 21:49:32 +09:00
parent edff808e94
commit c06a9ff796

View File

@ -1,7 +1,6 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=5.2.1 # Apache-2.0
python-subunit>=1.4.0 # Apache-2.0/BSD
psycopg2>=2.8.5 # LGPL/ZPL
PyMySQL>=0.10.0 # MIT License
oslotest>=4.4.1 # Apache-2.0