From a0267e790c9ba14f73cadb6fe77041946249402d Mon Sep 17 00:00:00 2001 From: Kate Case Date: Mon, 15 May 2023 09:58:00 -0400 Subject: Drop test-requirements to only necessary packages (#316) * Slim test-requirements down to the essentials * Ignore black on unsupported versions * Fix versions --- test-requirements.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index e70d893..de3685a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,12 @@ -black==22.8.0 -coverage==4.5.4 -git+https://github.com/ansible-community/pytest-ansible-units.git +# For ansible-tox-linters +black==23.3.0 ; python_version >= '3.7' flake8 -pytest-xdist yamllint -mock +# Unit test runner +pytest-ansible ; python_version >= '3.9' +git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9' +pytest-xdist + +# For integration tests pexpect -- cgit v1.2.3