From 93d8d12d114cf26bb4714c026953f0012c1e3df5 Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Wed, 12 Jun 2024 21:52:29 +0530 Subject: Add deprecation notice in README (#347) * Add deprecation notice in README Signed-off-by: NilashishC * Remove tox.ini Signed-off-by: NilashishC * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: NilashishC Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- test-requirements.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index de3685a..b3159d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +1,4 @@ -# For ansible-tox-linters -black==23.3.0 ; python_version >= '3.7' -flake8 -yamllint - # Unit test runner -pytest-ansible ; python_version >= '3.9' -git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9' +pytest-ansible pytest-xdist - -# For integration tests -pexpect +pytest-cov -- cgit v1.2.3