mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +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__",
|
||||
"env",
|
||||
"venv",
|
||||
"test",
|
||||
"tests",
|
||||
".ipynb_checkpoints",
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user