Skip to content

Commit

Permalink
pythonPackages.pytest-mypy: Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 23, 2020
1 parent 55f2b80 commit bfec86d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/pytest-mypy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ buildPythonPackage rec {
};

nativeBuildInputs = [ setuptools_scm ];

propagatedBuildInputs = [ pytest mypy filelock ];

# does not contain tests
doCheck = false;
pythonImportsCheck = [ "pytest_mypy" ];

meta = with lib; {
description = "Mypy static type checker plugin for Pytest";
homepage = "https://github.com/dbader/pytest-mypy";
Expand Down

0 comments on commit bfec86d

Please sign in to comment.