You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/aiohttp/files/aiohttp-3.0.5-tests.patch

11 lines
294 B

--- 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(
"""