commit 4b5e68d3bd0bdc4cc70d7db318e02cb2ca462ed1 Author: Ronelle Landy Date: Thu Oct 15 17:36:59 2020 -0400 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 diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 37f7c7b..e52957c 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -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