vendor: drop unused cerberus code

We don't need to ship tests and benchmarks to our users.
This commit is contained in:
Oz Tiram
2022-11-13 10:31:35 +01:00
parent 8699dc6277
commit 2cb30cead2
15 changed files with 3 additions and 3881 deletions
+3
View File
@@ -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"))