Files
@ 92653a85a87e
Branch filter:
Location: kallithea/scripts/validate-minimum-dependency-versions
92653a85a87e
1.6 KiB
text/plain
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")
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")