Restrict pytest-molecule to < 1.3.1

With pytest-molecule==1.3.1, openstack-tox-molecule
tests fail with:
ImportError: cannot import name 'ansible_version'

Locking the pytest-molecule until the version bug is
addressed.

Change-Id: If33f664a73498b66f12550f7aacf92be192f8951
Related-Bug: #1900033
This commit is contained in:
Ronelle Landy 2020-10-15 17:36:59 -04:00
parent eaf976ae0e
commit 4b5e68d3bd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)
pytest
pytest-cov
pytest-html
pytest-molecule
pytest-molecule>=1.3.0,<1.3.1
mock
molecule>=3.0,<3.1
selinux>=0.2.1