-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
22 lines (22 loc) · 1.35 KB
/
requirements-dev.txt
File metadata and controls
22 lines (22 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pytest
pytest-xdist
pytest-forked
pytest-clarity
urllib3<2
vcrpy
ansible_runner<2.0; python_version < '3.8'
ansible_runner; python_version >= '3.8'
python-debian<0.1.40; python_version < '3.7'
python-debian; python_version >= '3.7'
rpm; python_version >= '3.12'
rstcheck==3.5.0 # from https://github.com/ansible/ansible/raw/devel/test/sanity/code-smell/rstcheck.requirements.txt
docker
cryptography<3.1; python_version < '3.7'
importlib-metadata; python_version < '3.8'
-r requirements.txt
pylint==2.6.0; python_version > '3.0' and python_version <= '3.8' # py 3.8 is used for "stable" ansible, but only devel has pylint rules for newer pylints
pylint==2.17.3; python_version >= '3.9' # from https://raw.githubusercontent.com/ansible/ansible/devel/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
voluptuous==0.13.1 # from https://github.com/ansible/ansible/raw/devel/test/lib/ansible_test/_data/requirements/sanity.validate-modules.txt
pycodestyle==2.10.0 # from https://github.com/ansible/ansible/raw/devel/test/lib/ansible_test/_data/requirements/sanity.pep8.txt
yamllint==1.28.0; python_version == '3.6' # from https://github.com/ansible/ansible/raw/devel/test/lib/ansible_test/_data/requirements/sanity.yamllint.txt
yamllint==1.30.0; python_version >= '3.7' # from https://github.com/ansible/ansible/raw/devel/test/lib/ansible_test/_data/requirements/sanity.yamllint.txt