We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf1681 commit 4a17e59Copy full SHA for 4a17e59
pyproject.toml
@@ -41,6 +41,10 @@ asyncio_mode = "strict"
41
testpaths = "tests"
42
# Set default event loop scope for async tests
43
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
+]
48
filterwarnings = [
49
"ignore::RuntimeWarning:selectors:",
50
"ignore::pytest.PytestUnhandledCoroutineWarning:",
0 commit comments