Files @ 92653a85a87e
Branch filter:

Location: kallithea/dev_requirements.txt

mads
tests: address PytestDeprecationWarning for @pytest.yield_fixture

Adhere to the warning:

kallithea/tests/conftest.py:207: PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.
@pytest.yield_fixture(scope="session")
1
2
3
4
5
6
7
8
9
pytest >= 4.6.6, < 8.3
pytest-sugar >= 0.9.2, < 1.1
pytest-benchmark >= 3.2.2, < 4.1
pytest-localserver >= 0.5.0, < 0.9
mock >= 3.0.0, < 5.2
Sphinx >= 1.8.0, < 5.2
WebTest >= 2.0.6, < 3.1
isort == 5.13.2
pyflakes == 3.2.0