diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-13 12:30:25 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-13 13:08:40 +0100 |
commit | 05356acabc874bfb89b52c64e4c9540d981f0813 (patch) | |
tree | bf29f2e094ff9aef1484b0d15380376ba1f45e55 /dev-python/cerberus | |
parent | dev-python/pywinrm: do not prevent installation of tests (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/cerberus/cerberus-1.3.2.ebuild | 1 | ||||
-rw-r--r-- | dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch | 11 |
2 files changed, 0 insertions, 12 deletions
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"], |