]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

appease flake8...
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Sun, 28 Jul 2019 15:40:04 +0000 (16:40 +0100)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Sun, 28 Jul 2019 15:40:04 +0000 (16:40 +0100)
tests/test_black.py

index e09feff9c1ccfbae933e4d2c5f5c773d64d06a58..7b3a8b66e2b3bd448676989056e39dc9aed83617 100644 (file)
@@ -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