[train-only] molecule-requirements constraints

By placing further constraints on the versions of the
requested packages, we can minimize the time used by
the pip resolver mechanism. [1]

[1](https://github.com/pypa/pip/issues/9215)

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I21702338f2f12cd39b16c4aaf031c29bffa07ac0
This commit is contained in:
Jiri Podivin 2021-07-12 17:25:35 +02:00
parent 676561d942
commit 16cb51fbf4
1 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# this is required for the molecule jobs
ansi2html
ansible
ansi2html>=1.6.0
ansible>=2.4.0
# https://github.com/sqlalchemy/dogpile.cache/issues/178
dogpile.cache>=0.6.5,<0.9.1 # MIT
jinja2>=2.8.0,<3
mock
mock>=3.0.5
molecule>=3.0,<3.1
pytest
pytest-cov
pytest-html
pytest-xdist
selinux # MIT
pytest>=5.1.2
pytest-cov>=2.10.1
pytest-html>=3.1.1 # MPL 2.0
pytest-xdist>=1.34.0
selinux>=0.2.1 # MIT