Skip to content

Commit c14d1d9

Browse files
committed
Do not run vendored code doctests
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b1fd2b1 commit c14d1d9

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
@@ -38,7 +38,7 @@ norecursedirs = [
3838
".eggs",
3939
"src/*/data",
4040
"tests/*/data",
41-
"src/licensedcode/_vendor/"
41+
"src/licensedcode/_vendor"
4242
]
4343

4444
python_files = "*.py"

0 commit comments

Comments
 (0)