Loading pkgs/development/python-modules/f90nml/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, python, setuptools-scm, unittestCheckHook, }: buildPythonPackage rec { Loading @@ -20,9 +21,7 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools-scm ]; checkPhase = '' ${python.interpreter} setup.py test ''; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "f90nml" ]; Loading Loading
pkgs/development/python-modules/f90nml/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, python, setuptools-scm, unittestCheckHook, }: buildPythonPackage rec { Loading @@ -20,9 +21,7 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools-scm ]; checkPhase = '' ${python.interpreter} setup.py test ''; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "f90nml" ]; Loading