4b87cf203b
This patch also adds molecule-podman driver as a requirement because molecule >=3.2 stopped installing it by default. Change-Id: Icf249d47496588a966ffd13b5affebada95d33d0 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
# this is required for the molecule jobs
|
|
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+
|
|
ansi2html # LGPLv3+
|
|
jinja2>=2.8.0 # BSD-3-Clause
|
|
mock # BSD
|
|
molecule>=3.3.1,<4 # MIT
|
|
molecule-podman # MIT
|
|
pytest # MIT
|
|
pytest-cov # MIT
|
|
pytest-html # Mozilla Public License 2.0
|
|
pytest-xdist # MIT
|
|
selinux # MIT
|