From 3b9c0a3d1f6628dba9411163a68a5e47985363a9 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Tue, 13 Jul 2021 12:03:19 +0200 Subject: [PATCH] [victoria-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 Change-Id: I167d3e674a6d8d14fdd6411b873d8c92e203e5e8 --- molecule-requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 83b94e201..6dc9c35db 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -1,11 +1,11 @@ # this is required for the molecule jobs -ansi2html -ansible +ansi2html>=1.6.0 +ansible>=2.4.0 jinja2>=2.8.0,<3 molecule>=3.0,<3.1 -pytest -pytest-cov -pytest-html -pytest-xdist -selinux # MIT -lxml # BSD +pytest>=5.1.2 +pytest-cov>=2.10.1 +pytest-html>=2.1.1 # MPL 2.0 +pytest-xdist>=1.34.0 +selinux>=0.2.1 # MIT +lxml>=4.5.2 # BSD