Skip to content

Commit d43a14e

Browse files
committed
Do not run tests on vendored dirs #3179 #3192
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 3d6db80 commit d43a14e

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
@@ -37,7 +37,8 @@ norecursedirs = [
3737
"tests/data",
3838
".eggs",
3939
"src/*/data",
40-
"tests/*/data"
40+
"tests/*/data",
41+
"src/licensedcode/_vendor/"
4142
]
4243

4344
python_files = "*.py"

0 commit comments

Comments
 (0)