commit:     6703ef63b742029343c2055c322e5e1ad0d2cc70
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jul 28 13:28:16 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 18:19:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6703ef63

dev-python/pipenv: remove unused patch(es)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16871
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 ...nv-2020.4.1_beta1-disable-networked-tests.patch | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git 
a/dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch 
b/dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch
deleted file mode 100644
index f3ba4ff6502..00000000000
--- 
a/dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 7cf8c7ee7eaba1b5a11562a7ef656b0606383fe8 Mon Sep 17 00:00:00 2001
-From: Oz Tiram <[email protected]>
-Date: Mon, 4 May 2020 21:52:09 +0000
-Subject: [PATCH] Disable test cases that requires network
-
----
- tests/unit/test_utils.py | 11 +----------
- 1 file changed, 1 insertion(+), 10 deletions(-)
-
-diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py
-index 4b9cd75c..1c73964b 100644
---- a/tests/unit/test_utils.py
-+++ b/tests/unit/test_utils.py
-@@ -47,16 +47,6 @@ DEP_PIP_PAIRS = [
-         },
-         "-e svn+svn://svn.myproject.org/svn/MyProject#egg=MyProject",
-     ),
--    (
--        # Extras in url
--        {
--            "discord.py": {
--                "file": 
"https://github.com/Rapptz/discord.py/archive/async.zip";,
--                "extras": ["voice"],
--            }
--        },
--        
"https://github.com/Rapptz/discord.py/archive/async.zip#egg=discord.py[voice]";,
--    ),
-     (
-         {
-             "requests": {
-@@ -222,6 +212,7 @@ class TestUtils:
-         assert pipenv.utils.is_valid_url(url)
-         assert pipenv.utils.is_valid_url(not_url) is False
- 
-+    @pytest.mark.skip("Network required. Gentoo tests run in a sendbox 
without network")
-     @pytest.mark.utils
-     def test_download_file(self):
-         url = "https://github.com/pypa/pipenv/blob/master/README.md";
--- 
-2.26.2
-

Reply via email to