pythonPackages.pytest-mypy: Disable tests
This commit is contained in:
parent
55f2b8026f
commit
bfec86dac4
@ -17,8 +17,13 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ pytest mypy filelock ];
|
propagatedBuildInputs = [ pytest mypy filelock ];
|
||||||
|
|
||||||
|
# does not contain tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "pytest_mypy" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Mypy static type checker plugin for Pytest";
|
description = "Mypy static type checker plugin for Pytest";
|
||||||
homepage = "https://github.com/dbader/pytest-mypy";
|
homepage = "https://github.com/dbader/pytest-mypy";
|
||||||
|
Loading…
Reference in New Issue
Block a user