Loading pkgs/development/python-modules/import-expression/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { hash = "sha256-mVlYj8/I3LFEoHJRds/vbCjH2x/C1oNiUCXmh1FtQME="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ astunparse ]; build-system = [ setuptools ]; dependencies = [ astunparse ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests.py" ]; Loading Loading
pkgs/development/python-modules/import-expression/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { hash = "sha256-mVlYj8/I3LFEoHJRds/vbCjH2x/C1oNiUCXmh1FtQME="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ astunparse ]; build-system = [ setuptools ]; dependencies = [ astunparse ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests.py" ]; Loading