summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-06-13 12:30:25 +0100
committerMarek Szuba <marecki@gentoo.org>2021-06-13 13:08:40 +0100
commit05356acabc874bfb89b52c64e4c9540d981f0813 (patch)
treebf29f2e094ff9aef1484b0d15380376ba1f45e55 /dev-python/cerberus/files
parentdev-python/pywinrm: do not prevent installation of tests (diff)
downloadgentoo-05356acabc874bfb89b52c64e4c9540d981f0813.tar.gz
gentoo-05356acabc874bfb89b52c64e4c9540d981f0813.tar.bz2
gentoo-05356acabc874bfb89b52c64e4c9540d981f0813.zip
dev-python/cerberus: do not prevent installation of tests
Having discussed this with mgorny, if upstream installs these it is the right thing for us to do the same. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/cerberus/files')
-rw-r--r--dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 381822f1799f..000000000000
--- a/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"],