mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 03:55:22 +00:00
Avoid test/tests folder to ignore the file encoding issue, beasuse some package like IPython, joblib use the other encoding file for testing.
This commit is contained in:
parent
cd3f437689
commit
c00ffa3f81
@ -110,6 +110,8 @@ def get_all_imports(path, encoding="utf-8", extra_ignore_dirs=None, follow_links
|
|||||||
"__pycache__",
|
"__pycache__",
|
||||||
"env",
|
"env",
|
||||||
"venv",
|
"venv",
|
||||||
|
"test",
|
||||||
|
"tests",
|
||||||
".ipynb_checkpoints",
|
".ipynb_checkpoints",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user