Loading pkgs/development/python-modules/pytest-mypy-plugins/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "typeddjango"; repo = pname; rev = "refs/tags/${version}"; sha256 = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM="; hash = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM="; }; buildInputs = [ Loading Loading @@ -50,9 +50,18 @@ buildPythonPackage rec { "pytest_mypy_plugins" ]; disabledTests = [ # ...TypecheckAssertionError: Invalid output: "with_out" "add_mypypath_env_var_to_package_searc" "error_case" "skip_if_false" ]; meta = with lib; { description = "Pytest plugin for testing mypy types, stubs, and plugins"; homepage = "https://github.com/TypedDjango/pytest-mypy-plugins"; changelog = "https://github.com/typeddjango/pytest-mypy-plugins/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ SomeoneSerge ]; }; Loading Loading
pkgs/development/python-modules/pytest-mypy-plugins/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "typeddjango"; repo = pname; rev = "refs/tags/${version}"; sha256 = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM="; hash = "sha256-7Qow315zuZB6BNIIm6QR9ZMFH6E/VSp2vRBpONlqYhM="; }; buildInputs = [ Loading Loading @@ -50,9 +50,18 @@ buildPythonPackage rec { "pytest_mypy_plugins" ]; disabledTests = [ # ...TypecheckAssertionError: Invalid output: "with_out" "add_mypypath_env_var_to_package_searc" "error_case" "skip_if_false" ]; meta = with lib; { description = "Pytest plugin for testing mypy types, stubs, and plugins"; homepage = "https://github.com/TypedDjango/pytest-mypy-plugins"; changelog = "https://github.com/typeddjango/pytest-mypy-plugins/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ SomeoneSerge ]; }; Loading