from __future__ import annotations import pytest class ServerMixin: @pytest.fixture def get_storage_args(self): pytest.skip("DAV tests disabled.")