summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch')
-rw-r--r--dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch b/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch
new file mode 100644
index 000000000000..381822f1799f
--- /dev/null
+++ b/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -35,7 +35,7 @@
+ ),
+ license="ISC",
+ platforms=["any"],
+- packages=find_packages(),
++ packages=find_packages(exclude=("cerberus.tests",)),
+ include_package_data=True,
+ setup_requires=setup_requires,
+ tests_require=["pytest"],