summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch b/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch
deleted file mode 100644
index 4f6d7b526e51..000000000000
--- a/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- aiohttp-3.0.5/tests/test_test_utils.py
-+++ aiohttp-3.0.5/tests/test_test_utils.py
-@@ -243,6 +243,7 @@
- make_url(URL('http://foo.com'))
-
-
-+@pytest.mark.skip("running via external test file fails")
- def test_testcase_no_app(testdir, loop):
- testdir.makepyfile(
- """