diff options
| author | J08nY | 2025-02-27 13:02:52 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-27 13:02:52 +0100 |
| commit | ee26043a0cc2b03300a4e40a01c7b447a4524418 (patch) | |
| tree | 67e89637184d69f2b78339a173141f0dd5f898d2 /pyproject.toml | |
| parent | 27abe1d969703a87aace43334969939be1b8c9f8 (diff) | |
| download | sec-certs-ee26043a0cc2b03300a4e40a01c7b447a4524418.tar.gz sec-certs-ee26043a0cc2b03300a4e40a01c7b447a4524418.tar.zst sec-certs-ee26043a0cc2b03300a4e40a01c7b447a4524418.zip | |
Move flaky remote tests into "scheduled" workflow.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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"] |
