Loading pkgs/development/python-modules/psygnal/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -29,12 +29,12 @@ buildPythonPackage rec { hash = "sha256-eGJWtmw2Ps3jII4T8E6s3djzxfqcSdyPemvejal0cn4="; }; buildInputs = [ build-system = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ dependencies = [ mypy-extensions typing-extensions ]; Loading @@ -48,6 +48,11 @@ buildPythonPackage rec { attrs ]; pytestFlagsArray = [ "-W" "ignore::pydantic.warnings.PydanticDeprecatedSince211" ]; pythonImportsCheck = [ "psygnal" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/psygnal/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -29,12 +29,12 @@ buildPythonPackage rec { hash = "sha256-eGJWtmw2Ps3jII4T8E6s3djzxfqcSdyPemvejal0cn4="; }; buildInputs = [ build-system = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ dependencies = [ mypy-extensions typing-extensions ]; Loading @@ -48,6 +48,11 @@ buildPythonPackage rec { attrs ]; pytestFlagsArray = [ "-W" "ignore::pydantic.warnings.PydanticDeprecatedSince211" ]; pythonImportsCheck = [ "psygnal" ]; meta = with lib; { Loading