mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
vendor: drop unused cerberus code
We don't need to ship tests and benchmarks to our users.
This commit is contained in:
@@ -315,6 +315,9 @@ def post_install_cleanup(ctx, vendor_dir):
|
||||
drop_dir(vendor_dir / "bin")
|
||||
drop_dir(vendor_dir / "tests")
|
||||
drop_dir(vendor_dir / "shutil_backports")
|
||||
drop_dir(vendor_dir / "cerberus" / "tests")
|
||||
drop_dir(vendor_dir / "cerberus" / "benchmarks")
|
||||
|
||||
remove_all(vendor_dir.glob("toml.py"))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user