Skip to content

Commit 209231f

Browse files
committed
Add more excludes from tests
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 887779a commit 209231f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ norecursedirs = [
1414
"dist",
1515
"build",
1616
"_build",
17-
"dist",
1817
"etc",
1918
"local",
2019
"ci",
@@ -34,7 +33,9 @@ norecursedirs = [
3433
"thirdparty",
3534
"tmp",
3635
"venv",
36+
".venv",
3737
"tests/data",
38+
"*/tests/test_data",
3839
".eggs",
3940
"src/*/data",
4041
"tests/*/data"

0 commit comments

Comments
 (0)