Files
python-designateclient/test-requirements.txt
Takashi Kajinami 272bcfa744 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] 9f70179a3d

Change-Id: I97e584d0ea5fd6d230563f4173728980e627ec88
2025-06-10 21:08:37 +09:00

9 lines
273 B
Plaintext

# Hacking already pins down pep8, pyflakes and flake8
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
tempest>=25.0.0 # Apache-2.0