Files
manila-tempest-plugin/test-requirements.txt
Takashi Kajinami ba8dd811e4 Drop explicit dependency on python-subunit
The library has never been used directly from any code in this
repository. It was used globally before migration to stestr but this
repository has been using stestr since initial project bootstrap.

Note that stestr is still installed as a dependency of stestr.

See [1] and [2] from manila as a reference.

[1] e8bca58887880b53ab61810a414ba8d5c5643c5c
[2] 8ec49f017286fa63b26401f7f3f9a6d45c1a487a

Change-Id: Ib0dba08a05c4f6ba3294ebf17d0298e1d12c62bd
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-07-09 15:14:54 +00:00

8 lines
189 B
Plaintext

hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage>=4.4.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3