Skip to content

Commit bfec86d

Browse files
pythonPackages.pytest-mypy: Disable tests
1 parent 55f2b80 commit bfec86d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/development/python-modules/pytest-mypy/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@ buildPythonPackage rec {
1717
};
1818

1919
nativeBuildInputs = [ setuptools_scm ];
20+
2021
propagatedBuildInputs = [ pytest mypy filelock ];
2122

23+
# does not contain tests
24+
doCheck = false;
25+
pythonImportsCheck = [ "pytest_mypy" ];
26+
2227
meta = with lib; {
2328
description = "Mypy static type checker plugin for Pytest";
2429
homepage = "https://github.com/dbader/pytest-mypy";

0 commit comments

Comments
 (0)