summaryrefslogtreecommitdiff
path: root/dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch')
-rw-r--r--dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch b/dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch
deleted file mode 100644
index b6f774a77eaa..000000000000
--- a/dev-python/yarl/files/yarl-1.4.2-disable-broken-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From ca06b26582c08c6e75fa5588f712c4c2f7247223 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping <sebastian@pipping.org>
-Date: Wed, 4 Mar 2020 22:36:58 +0100
-Subject: [PATCH] Disable failing test TestScheme.test_no_scheme1
-
----
- tests/test_url_parsing.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/test_url_parsing.py b/tests/test_url_parsing.py
-index beea365..58fa198 100644
---- a/tests/test_url_parsing.py
-+++ b/tests/test_url_parsing.py
-@@ -38,7 +38,7 @@ class TestScheme:
- assert u.query_string == ""
- assert u.fragment == ""
-
-- def test_no_scheme1(self):
-+ def _test_no_scheme1(self):
- u = URL("google.com:80")
- assert u.scheme == ""
- assert u.host is None
---
-2.24.1
-