diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:06:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:06:49 +0000 |
commit | 2fe34b6444502079dc0b84365ce82dbc92de308e (patch) | |
tree | 8fedcab52bbbc3db6c5aa909a88a7a7b81685018 /.config/requirements-test.txt | |
parent | Initial commit. (diff) | |
download | ansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.tar.xz ansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.zip |
Adding upstream version 6.17.2.upstream/6.17.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.config/requirements-test.txt')
-rw-r--r-- | .config/requirements-test.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/requirements-test.txt b/.config/requirements-test.txt new file mode 100644 index 0000000..3838713 --- /dev/null +++ b/.config/requirements-test.txt @@ -0,0 +1,17 @@ +black # IDE support +coverage-enable-subprocess # see https://github.com/nedbat/coveragepy/issues/1341#issuecomment-1228942657 +coverage[toml] >= 6.4.4 +jmespath +mypy # IDE support +netaddr # needed by ipwrap filter +psutil # soft-dep of pytest-xdist +pylint # IDE support +pytest >= 7.2.2 +pytest-mock +pytest-plus >= 0.2 # for PYTEST_REQPASS +pytest-xdist >= 2.1.0 +ruamel.yaml>=0.17.31,<0.18 # only the latest is expected to pass our tests +ruamel-yaml-clib # needed for mypy +spdx-tools >= 0.7.1 # Apache +types-jsonschema # IDE support +types-pyyaml # IDE support |