12 buildPythonPackage rec {
13 pname = "pytest-mypy";
18 inherit pname version;
19 hash = "sha256-+EWPZCMj8Toso+LmFQn3dnlmtSe02K3M1QMsPntP09s=";
31 propagatedBuildInputs = [
37 # does not contain tests
39 pythonImportsCheck = [ "pytest_mypy" ];
42 description = "Mypy static type checker plugin for Pytest";
43 homepage = "https://github.com/dbader/pytest-mypy";
44 license = licenses.mit;