We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84eaed commit 85cabe2Copy full SHA for 85cabe2
1 file changed
pyproject.toml
@@ -56,6 +56,7 @@ addopts = [
56
]
57
pythonpath = [".", "src", "tests"]
58
testpaths = ["tests"]
59
+norecursedirs = ["tests/fixtures"]
60
markers = [
61
"flaky: tests that can randomly fail through no change to the code",
62
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
0 commit comments