diff options
Diffstat (limited to '')
-rw-r--r-- | .config/requirements-test.in (renamed from .config/requirements-test.txt) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/requirements-test.txt b/.config/requirements-test.in index 3838713..87b4dc0 100644 --- a/.config/requirements-test.txt +++ b/.config/requirements-test.in @@ -2,16 +2,17 @@ black # IDE support coverage-enable-subprocess # see https://github.com/nedbat/coveragepy/issues/1341#issuecomment-1228942657 coverage[toml] >= 6.4.4 jmespath +license-expression >= 30.3.0 # Apache 2.0 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-plus >= 0.6 # 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>=0.17.31 ruamel-yaml-clib # needed for mypy -spdx-tools >= 0.7.1 # Apache +tox >= 4.0.0 types-jsonschema # IDE support types-pyyaml # IDE support |