diff --git a/pyproject.toml b/pyproject.toml index 956d4b7..8ded0ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,4 +114,5 @@ markers = [ "post_install: requires a completed installation", "redact: log redaction mechanisms", "slow: long-running tests", + "webtest: depends on remote endpoint", ] diff --git a/tests/test_remote_api.py b/tests/test_remote_api.py index 27cc066..e47a4d6 100644 --- a/tests/test_remote_api.py +++ b/tests/test_remote_api.py @@ -4,7 +4,7 @@ from dzgui.config.query import get_config from dzgui.config.xdg import get_xdg_paths, parse_filepaths from dzgui.api import probe -pytestmark = pytest.mark.apitest +pytestmark = pytest.mark.webtest @pytest.fixture