Updating molecule requirements

Setuptools fails to install PyYAML because version 5.4.1 have a
deprecated option (and we use setuptools from package, so it is
in the latest version). Update PyYAML requires to also bump the
molecule version since the old version requires PyYAML < 5.1

Change-Id: Ia118ade0857cad8fd0df8a63b7a4476806974de5
This commit is contained in:
Arx Cruz 2023-10-23 11:56:53 +02:00
parent 34cb52dfd2
commit 0abb25e219
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,9 @@ pytest
pytest-cov
pytest-html
pytest-metadata>=2.0.1,<3.0.0
pytest-molecule>=1.3.0,<1.3.1
pytest-molecule>=1.4.0
PyYAML==6.0
mock
molecule>=3.0,<3.1
molecule>=4.0<4.1
molecule-plugins
selinux>=0.2.1