diff options
author | Nilashish Chakraborty <nilashishchakraborty8@gmail.com> | 2024-06-12 21:52:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 21:52:29 +0530 |
commit | 93d8d12d114cf26bb4714c026953f0012c1e3df5 (patch) | |
tree | b734a0242baef24347afd3fcb55d4b4c75c12f27 /test-requirements.txt | |
parent | 21e3948bddf9dd39339bda6a8d655919a5ee8ca6 (diff) | |
download | vyos.vyos-93d8d12d114cf26bb4714c026953f0012c1e3df5.tar.gz vyos.vyos-93d8d12d114cf26bb4714c026953f0012c1e3df5.zip |
Add deprecation notice in README (#347)
* Add deprecation notice in README
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Remove tox.ini
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 12 |
1 files changed, 2 insertions, 10 deletions
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 |