diff options
author | 2020-07-28 15:28:16 +0200 | |
---|---|---|
committer | 2020-07-28 14:19:16 -0400 | |
commit | 6703ef63b742029343c2055c322e5e1ad0d2cc70 (patch) | |
tree | 11a27631120e0629c32502484a7b2d46cecf84fa /dev-python/pipenv | |
parent | sci-geosciences/gpsd: pull keywords on 3.20 (diff) | |
download | gentoo-6703ef63b742029343c2055c322e5e1ad0d2cc70.tar.gz gentoo-6703ef63b742029343c2055c322e5e1ad0d2cc70.tar.bz2 gentoo-6703ef63b742029343c2055c322e5e1ad0d2cc70.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16871
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/pipenv')
-rw-r--r-- | dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch | 41 |
1 files changed, 0 insertions, 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 f3ba4ff6502f..000000000000 --- 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 <oz.tiram@gmail.com> -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 - |