1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Tests: unit-tests-base
# Dependencies sourced from:
# - test/lib/ansible_test/_data/requirements/units.txt
# - test/units/requirements.txt
Depends: @,
git,
python3-crypto,
python3-cryptography,
python3-jinja2,
python3-mock,
python3-passlib,
python3-pexpect,
python3-pycryptodome,
python3-pytest,
python3-pytest-mock,
python3-pytest-xdist,
python3-tz,
python3-winrm,
python3-yaml
Tests: unit-tests-stable
Depends: @,
git,
python3-boto3,
python3-flake8,
python3-mock,
python3-pytest-mock,
python3-pytest-xdist,
yamllint
# failing tests due to missing packages or other reasons
Tests: unit-tests-flaky
Depends: @,
git,
python3-boto3,
python3-flake8,
python3-mock,
python3-pytest-xdist,
python3-pyvmomi,
yamllint
Restrictions: flaky
|