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

Mark blackd tests with the `blackd` optional marker (#2204)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 7 May 2021 14:33:36 +0000 (16:33 +0200)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 14:33:36 +0000 (16:33 +0200)
commitd0e06b53b09248be34c1d5c0fa8f050bff1d201c
tree0a2b2359ea506fcfe82352da42698e098823ec38
parente4b4fb02b91e0f5a60a9678604653aecedff513b
Mark blackd tests with the `blackd` optional marker (#2204)

This is a follow-up of #2203 that uses a pytest marker instead of a bunch of
`skipUnless`.  Similarly to the Python 2 tests, they are running by default and
will crash on an unsuspecting contributor with missing dependencies.  This is
by design, we WANT contributors to test everything.  Unless we actually don't
and then we can run:

  pytest --run-optional=no_blackd

Relatedly, bump required aiohttp to 3.6.0 at least to get rid of expected
failures on Python 3.8 (see 6b5eb7d4651c7333cc3f5df4bf7aa7a1f1ffb45b).
Pipfile
pyproject.toml
setup.py
tests/test_blackd.py
tests/util.py