summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-06-13 12:28:57 +0100
committerMarek Szuba <marecki@gentoo.org>2021-06-13 13:08:37 +0100
commit593ccfea63564e16fff50f7352c5379f35c86e54 (patch)
tree4e8af35f1cdaf8aa8cd34daf31cce0f4ca4859d7 /dev-python/pywinrm/pywinrm-0.4.2.ebuild
parentdev-vcs/git-flow: add self as maintainer (diff)
downloadgentoo-593ccfea63564e16fff50f7352c5379f35c86e54.tar.gz
gentoo-593ccfea63564e16fff50f7352c5379f35c86e54.tar.bz2
gentoo-593ccfea63564e16fff50f7352c5379f35c86e54.zip
dev-python/pywinrm: 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/pywinrm/pywinrm-0.4.2.ebuild')
-rw-r--r--dev-python/pywinrm/pywinrm-0.4.2.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/pywinrm/pywinrm-0.4.2.ebuild b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
index 663e5dac16a4..d5323322e7ba 100644
--- a/dev-python/pywinrm/pywinrm-0.4.2.ebuild
+++ b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
@@ -26,8 +26,4 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
)"
BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-PATCHES=(
- "${FILESDIR}"/${PN}-0.4.2_test-installation.patch
-)
-
distutils_enable_tests pytest