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
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')
-rw-r--r--dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch11
-rw-r--r--dev-python/pywinrm/pywinrm-0.4.2.ebuild4
2 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch b/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch
deleted file mode 100644
index d7f38f7163dd..000000000000
--- a/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -21,7 +21,7 @@
- author_email='alexey.diyan@gmail.com',
- url='http://github.com/diyan/pywinrm/',
- license='MIT license',
-- packages=find_packages(),
-+ packages=find_packages(exclude=('winrm.tests',)),
- package_data={'winrm.tests': ['*.ps1']},
- install_requires=['xmltodict', 'requests>=2.9.1', 'requests_ntlm>=0.3.0', 'six'],
- extras_require={
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