From 19b8c0d50e0d9baac3e474b71e43bbc2201ab7ee Mon Sep 17 00:00:00 2001 From: Bodo Schulz Date: Sat, 4 Sep 2021 08:43:23 +0200 Subject: [PATCH] fix test requirements --- test-requirements.txt | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index bed52e8..8259351 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,9 @@ -molecule -molecule-docker -docker -ansible-lint -yamllint -flake8 -jmespath -pytest -pytest-testinfra -tox -tox-gh-actions +molecule==3.4.0 +molecule-docker==0.2.4 +docker==5.0.0 +yamllint==1.26.3 +flake8==3.9.2 +pytest==6.2.5 +pytest-testinfra==6.4.0 +tox==3.24.3 +tox-gh-actions==2.6.0