commit: 05356acabc874bfb89b52c64e4c9540d981f0813
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 11:30:25 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 12:08:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05356aca
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 <AT> gentoo.org>
dev-python/cerberus/cerberus-1.3.2.ebuild | 1 -
.../cerberus/files/cerberus-1.3.2_test-installation.patch | 11 -----------
2 files changed, 12 deletions(-)
diff --git a/dev-python/cerberus/cerberus-1.3.2.ebuild
b/dev-python/cerberus/cerberus-1.3.2.ebuild
index d4378677e3d..bb8115a7763 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 381822f1799..00000000000
--- 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"],