virtualpdu/test-requirements.txt
Riccardo Pittau 08a7501f1e Follow up for migration to Python 3
- fix home_page url
- support Python from version 3.8 as it's minimum current version
supported in openstack and by ironic
- put testtools back into test-requirements

Change-Id: I3d975e945661b56f245af923c669d6d9f92f8131
2023-03-02 16:24:55 +01:00

10 lines
364 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# unit tests
coverage!=4.4,>=4.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
retrying>=1.3.3 # Apache-2.0
testtools>=2.5.0 # MIT