X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/41e670064063e3e221b1c3c40db5aaae784b5231..d24bc4364c6ef2337875be1a5b4e0851adaaf0f6:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 73e1960..ec61779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,9 @@ build-backend = "setuptools.build_meta" [tool.pytest.ini_options] # Option below requires `tests/optional.py` optional-tests = [ - "no_python2: run when `python2` extra NOT installed", "no_blackd: run when `d` extra NOT installed", "no_jupyter: run when `jupyter` extra NOT installed", ] +markers = [ + "incompatible_with_mypyc: run when testing mypyc compiled black" +]