Skip to content

Commit 85cabe2

Browse files
committed
test(fixtures): exclude fixtures from root pytest collection
1 parent f84eaed commit 85cabe2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ addopts = [
5656
]
5757
pythonpath = [".", "src", "tests"]
5858
testpaths = ["tests"]
59+
norecursedirs = ["tests/fixtures"]
5960
markers = [
6061
"flaky: tests that can randomly fail through no change to the code",
6162
"slow: marks tests as slow (deselect with '-m \"not slow\"')",

0 commit comments

Comments
 (0)