Files
heat-translator/test-requirements.txt
Yasufumi OgawaandShivam Shukla 098b9db0d4 Fix CI failures
1. Use stestr instead of deprecated running setup.py directly.

2. Stricter relationship validation in tosca-parser v2.13.0 caused
   template validation errors as similar to [1].

3. Since several depending packages are too old and failed to path
   unittests, update version of the packages.

[1] https://review.opendev.org/c/openstack/tacker/+/956458

Change-Id: I2b317f2c58518ae40b9c22dd1398a018580dc3cc
Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Co-authored-by: Shivam Shukla <shivam.shukla3@india.nec.com>
2025-09-13 07:06:58 +09:00

10 lines
286 B
Plaintext

hacking>=7.0.0 # Apache-2.0
coverage>=7.8.1 # Apache-2.0
fixtures>=4.2.5 # Apache-2.0/BSD
oslotest>=5.0.1 # Apache-2.0
python-subunit>=1.4.4 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0
testrepository>=0.0.21 # Apache-2.0/BSD
testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.7.2 # MIT