From e66451761fab864cce9077a3ee72999543b8ef65 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sun, 28 Jul 2019 16:40:04 +0100 Subject: [PATCH] appease flake8... --- tests/test_black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_black.py b/tests/test_black.py index e09feff..7b3a8b6 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -1524,7 +1524,7 @@ class BlackTestCase(unittest.TestCase): ff(THIS_FILE) # TODO: remove these decorators once the below is released - # https://github.com/aio-libs/aiohttp/commit/bfb99eb92bbc4a7462bc51dda3e480feed43882d + # https://github.com/aio-libs/aiohttp/pull/3727 @skip_if_exception("ClientOSError") @unittest.skipUnless(has_blackd_deps, "blackd's dependencies are not installed") @async_test -- 2.39.2