We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f2b80 commit bfec86dCopy full SHA for bfec86d
1 file changed
pkgs/development/python-modules/pytest-mypy/default.nix
@@ -17,8 +17,13 @@ buildPythonPackage rec {
17
};
18
19
nativeBuildInputs = [ setuptools_scm ];
20
+
21
propagatedBuildInputs = [ pytest mypy filelock ];
22
23
+ # does not contain tests
24
+ doCheck = false;
25
+ pythonImportsCheck = [ "pytest_mypy" ];
26
27
meta = with lib; {
28
description = "Mypy static type checker plugin for Pytest";
29
homepage = "https://github.com/dbader/pytest-mypy";
0 commit comments