Merge "Bump molecule to fix testing" into stable/ussuri

This commit is contained in:
Zuul 2021-06-10 11:21:02 +00:00 committed by Gerrit Code Review
commit 62331bd182
3 changed files with 15 additions and 2 deletions

View File

@ -1 +0,0 @@
../molecule-requirements.txt

10
doc/requirements.txt Normal file
View File

@ -0,0 +1,10 @@
# this is required for the docs build jobs
ruamel.yaml
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme
reno
doc8
bashate
metalsmith
jsonschema # MIT

View File

@ -8,7 +8,8 @@ pytest-cov
pytest-html
pytest-xdist
mock
molecule>=3.0,<3.1
molecule>=3.3.4,<3.4
molecule-podman>=0.3.0
ruamel.yaml
testinfra
netaddr

View File

@ -91,6 +91,9 @@ skip_install = True
sitepackages = False
[testenv:role-addition]
setenv =
UPPER_CONSTRAINTS_FILE=file:///dev/null
install_command = pip install {opts} {packages}
basepython = python3
deps =
{[testenv:linters]deps}