From ee26043a0cc2b03300a4e40a01c7b447a4524418 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 27 Feb 2025 13:02:52 +0100 Subject: Move flaky remote tests into "scheduled" workflow. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f27c9aa6..0cd409a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,8 @@ exclude = "build/" [tool.pytest.ini_options] - markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"] + markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')", + "remote: marks tests that require remote resources"] [tool.coverage.run] source = ["src"] -- cgit v1.3.1