From 593ccfea63564e16fff50f7352c5379f35c86e54 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sun, 13 Jun 2021 12:28:57 +0100 Subject: 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 --- .../pywinrm/files/pywinrm-0.4.2_test-installation.patch | 11 ----------- dev-python/pywinrm/pywinrm-0.4.2.ebuild | 4 ---- 2 files changed, 15 deletions(-) delete mode 100644 dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch (limited to 'dev-python/pywinrm') 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 -- cgit v1.2.3-65-gdbad