There is no file nor directory at the given path: 'rhodecode/templates/base/${h.url('journal')}' at revision dbe9a08b2bcf
Files
@ 92653a85a87e
Branch filter:
Location: kallithea/docs/theme/nature/static/kallithea-logo.svg
92653a85a87e
4.4 KiB
image/svg+xml
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")