From bb51a0c7e7db387c96bc12793ac8bb5d9856c4c4 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Mon, 12 Jul 2021 16:42:42 +0200 Subject: [PATCH] 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: I0fc7399cc7fe827e137331cfe11a42d476f6a074 --- molecule-requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 4fdb7f547..48d67a490 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -1,12 +1,12 @@ # this is required for the molecule jobs -ansi2html # LGPLv3+ +ansi2html>=1.6.0 # LGPLv3+ ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+ jinja2>=2.8.0 # BSD-3-Clause molecule>=3.3.1,<4 # MIT -molecule-podman # MIT -pytest # MIT -pytest-cov # MIT -pytest-html # Mozilla Public License 2.0 -pytest-xdist # MIT -selinux # MIT -lxml # BSD +molecule-podman>=0.3.0 # MIT +pytest>=6.2.4 # MIT +pytest-cov>=2.12.1 # MIT +pytest-html>=3.1.1 # MPL 2.0 +pytest-xdist>=2.3.0 # MIT +selinux>=0.2.1 # MIT +lxml>=4.6.3 # BSD