ae303b9aae
Setting molecule to use centos8 stream instead of UBI8. Changing nodeset of the CI jobs to centos8 stream. Also reenables the end-of-file-fixer and simplifies testenvs Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: I9da5b306d59e1aab3b9fd9d9db7294b1c69655be
14 lines
457 B
Plaintext
14 lines
457 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.
|
|
|
|
ansible-core<2.12 # GPLv3+
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=3.0.1 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
reno>=2.5.0 # Apache-2.0
|
|
netaddr>=0.7.18 # BSD
|
|
pre-commit>=2.3.0 # MIT
|