cloudbase-init/test-requirements.txt
Adrian Vladu 36711bd1fc unit_tests: fix test requirements for windows
Use a newer hacking and coverage version.

The OpenStack upper requirements do not allow now for the hacking
/ coverage packages to be installed:
```
    The user requested coverage!=4.4 and >=4.0
    The user requested (constraint) coverage===7.6.7
```

Added to the ignored flake rules: E741,H216,F522,H215,H211,E721.

Change-Id: I4833aa467cd7dd69bf897b6bce2449cacc1dbc1e
2024-11-27 12:03:39 +02:00

19 lines
621 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.
hacking==6.1.0 # Apache-2.0
coverage>=4.4.1 # Apache-2.0
ddt>=1.0.1 # MIT
docutils>=0.11 # OSI-Approved Open Source, Public Domain
mock>=1.0 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
oslo.config>=5.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
openstackdocstheme>=1.31.2 # Apache-2.0
# releasenotes
reno>=2.5.0 # Apache-2.0