summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/aiohttp/files')
-rw-r--r--dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch10
1 files changed, 10 insertions, 0 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
new file mode 100644
index 000000000000..4f6d7b526e51
--- /dev/null
+++ b/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch
@@ -0,0 +1,10 @@
+--- 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(
+ """