summaryrefslogtreecommitdiff
path: root/dev-python/pipenv/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/pipenv/files
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/pipenv/files')
-rw-r--r--dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch41
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
-