X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/41e670064063e3e221b1c3c40db5aaae784b5231..d0b04d9f219a9777cddf82c98f8bc19f578b943e:/pyproject.toml?ds=inline diff --git a/pyproject.toml b/pyproject.toml index 73e1960..aebbc0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,3 +33,6 @@ optional-tests = [ "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" +]