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

Remove deprecated use of 'setup.py test' (#1275)
authorJon Dufresne <jon.dufresne@gmail.com>
Fri, 8 May 2020 13:23:50 +0000 (06:23 -0700)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 13:23:50 +0000 (06:23 -0700)
commit1382eabb3f27d7c9cd5328fb7fddd1ded98121fb
treed11637023d73e6744537f212109e7e6fcb9e88ae
parent4041c560ec8e0233b448d97595fc9b7018a25c32
Remove deprecated use of 'setup.py test' (#1275)

Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally
deprecated and should not be used. Now use unittest as the test entry
point.
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/test.yml
.travis.yml
CONTRIBUTING.md
setup.py
tests/__init__.py [new file with mode: 0644]