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

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:

Keep tests working w/ upcoming aiohttp 4.0.0 (#2974)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Wed, 30 Mar 2022 20:40:50 +0000 (16:40 -0400)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 20:40:50 +0000 (13:40 -0700)
commit82e150a13ac78a1f24de27977d8a40883bc3d6e7
treed6e6d0bfa80b621bad2efe86c4adfd9959478db2
parent2d62a09e838d2df98961e6e93036abad54f28c5f
Keep tests working w/ upcoming aiohttp 4.0.0 (#2974)

aiohttp.test_utils.unittest_run_loop was deprecated since aiohttp 3.8
and aiohttp 4 (which isn't a thing quite yet) removes it. To maintain
compatibility with the full range of versions we declare to support,
test_blackd.py will now define a no-op replacement if it can't be
imported.

Also, mypy is painfully slow to use without a cache, let's reenable it.
mypy.ini
tests/test_blackd.py