Skip to content

Commit 475e02f

Browse files
committed
Add pytest conf to ignore test data files
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 0cf87f1 commit 475e02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ norecursedirs = [
3737
"tests/data",
3838
".eggs",
3939
"src/*/data",
40-
"tests/*/data"
40+
"tests/testfiles/*"
4141
]
4242

4343
python_files = "*.py"

0 commit comments

Comments
 (0)