Loading pkgs/development/python-modules/i-pi/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -6,9 +6,11 @@ makeWrapper, setuptools, numpy, pytest, distutils, pytestCheckHook, mock, pytest-mock, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -33,10 +35,12 @@ buildPythonPackage rec { dependencies = [ numpy ]; nativeCheckInputs = [ pytest pytestCheckHook mock pytest-mock ]; ] ++ lib.optional (pythonAtLeast "3.12") distutils; pytestFlagsArray = [ "ipi_tests/unit_tests" ]; postFixup = '' wrapProgram $out/bin/i-pi \ Loading Loading
pkgs/development/python-modules/i-pi/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -6,9 +6,11 @@ makeWrapper, setuptools, numpy, pytest, distutils, pytestCheckHook, mock, pytest-mock, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -33,10 +35,12 @@ buildPythonPackage rec { dependencies = [ numpy ]; nativeCheckInputs = [ pytest pytestCheckHook mock pytest-mock ]; ] ++ lib.optional (pythonAtLeast "3.12") distutils; pytestFlagsArray = [ "ipi_tests/unit_tests" ]; postFixup = '' wrapProgram $out/bin/i-pi \ Loading