Skip to content

Commit 4a17e59

Browse files
committed
chore: Add macos test marker
1 parent ddf1681 commit 4a17e59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ asyncio_mode = "strict"
4141
testpaths = "tests"
4242
# Set default event loop scope for async tests
4343
asyncio_default_fixture_loop_scope = "function"
44+
markers = [
45+
"macos: marks tests that should only run on macOS",
46+
"slow: marks tests as slow running",
47+
]
4448
filterwarnings = [
4549
"ignore::RuntimeWarning:selectors:",
4650
"ignore::pytest.PytestUnhandledCoroutineWarning:",

0 commit comments

Comments
 (0)