]> 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:

Add mypyc test marks to new tests that patch (#3871)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 10 Sep 2023 14:53:27 +0000 (07:53 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Sep 2023 14:53:27 +0000 (07:53 -0700)
commit4eebfd1a7a4aa2652cfc674cf301d1f2f48098aa
tree6fae8f8425598f000238c520914ed2edb1697390
parentadd161b367a0d5a3cc395ec8e045f7b965edaef8
Add mypyc test marks to new tests that patch (#3871)

This is enough for me to get a clean test run on Python 3.9 with mypyc.
I have not been able to repro the pickle failures on either Linux or
macOS.
tests/test_black.py