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

Support pytest 7 by fixing broken imports (GH-2705)
authorMiro Hrončok <miro@hroncok.cz>
Sat, 25 Dec 2021 03:28:43 +0000 (04:28 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Dec 2021 03:28:43 +0000 (22:28 -0500)
commit092959ff1f9253347b01eeb2d6d72e15bad7e25a
treed72fbe2f24add72bffd0cabb74b346a2560896c0
parentced2d656794568517ba9aa28f781f9151d89de54
Support pytest 7 by fixing broken imports (GH-2705)

The tmp_path related changes are not necessary to make pytest 7 work,
but it feels more complete this way.
tests/optional.py
tests/test_ipynb.py
tests/test_no_ipynb.py