Loading pkgs/development/python-modules/pint/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ numpy, matplotlib, uncertainties, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -60,14 +61,11 @@ buildPythonPackage rec { pytest-subtests pytest-benchmark matplotlib writableTmpDirAsHomeHook ]; pytestFlags = [ "--benchmark-disable" ]; preCheck = '' export HOME=$(mktemp -d) ''; meta = { changelog = "https://github.com/hgrecco/pint/blob/${version}/CHANGES"; description = "Physical quantities module"; Loading Loading
pkgs/development/python-modules/pint/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ numpy, matplotlib, uncertainties, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading Loading @@ -60,14 +61,11 @@ buildPythonPackage rec { pytest-subtests pytest-benchmark matplotlib writableTmpDirAsHomeHook ]; pytestFlags = [ "--benchmark-disable" ]; preCheck = '' export HOME=$(mktemp -d) ''; meta = { changelog = "https://github.com/hgrecco/pint/blob/${version}/CHANGES"; description = "Physical quantities module"; Loading