From 05356acabc874bfb89b52c64e4c9540d981f0813 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sun, 13 Jun 2021 12:30:25 +0100 Subject: 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 --- dev-python/cerberus/cerberus-1.3.2.ebuild | 1 - .../cerberus/files/cerberus-1.3.2_test-installation.patch | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch (limited to 'dev-python/cerberus') diff --git a/dev-python/cerberus/cerberus-1.3.2.ebuild b/dev-python/cerberus/cerberus-1.3.2.ebuild index d4378677e3d7..bb8115a7763d 100644 --- a/dev-python/cerberus/cerberus-1.3.2.ebuild +++ b/dev-python/cerberus/cerberus-1.3.2.ebuild @@ -18,7 +18,6 @@ KEYWORDS="~amd64" PATCHES=( "${FILESDIR}"/${PN}-1.3.2_no-pytest-runner.patch - "${FILESDIR}"/${PN}-1.3.2_test-installation.patch ) distutils_enable_tests pytest 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"], -- cgit v1.2.3-65-gdbad