Files @ c814d97d8222
Branch filter:

Location: kallithea/dev_requirements.txt - annotation

mads
conftest: use pytest_ignore_collect collection_path to address pytest deprecation warning

It said:
PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (collection_path: pathlib.Path)
see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
def pytest_ignore_collect(path):
1
2
3
4
5
6
7
8
9
pytest >= 4.6.6, < 8.5
pytest-sugar >= 0.9.2, < 1.2
pytest-benchmark >= 3.2.2, < 5.2
pytest-localserver >= 0.5.0, < 0.10
mock >= 3.0.0, < 5.3
Sphinx >= 1.8.0, < 9
WebTest >= 2.0.6, < 3.1
isort >= 6, < 6.2
pyflakes >= 3.4, < 3.5