Loading pkgs/development/python-modules/pint/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ # tests , pytestCheckHook , pytest-subtests , pytest-benchmark , numpy , matplotlib , uncertainties Loading @@ -20,7 +21,7 @@ buildPythonPackage rec { pname = "pint"; version = "0.22"; version = "0.23"; format = "pyproject"; disabled = pythonOlder "3.6"; Loading @@ -28,7 +29,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "Pint"; hash = "sha256-LROfarvPMBbK19POwFcH/pCKxPmc9Zrt/W7mZ7emRDM="; hash = "sha256-4VCbkWBtvFJSfGAKTvdP+sEv/3Boiv8g6QckCTRuybQ="; }; nativeBuildInputs = [ Loading @@ -43,6 +44,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-subtests pytest-benchmark numpy matplotlib uncertainties Loading @@ -53,8 +55,8 @@ buildPythonPackage rec { ''; disabledTests = [ # https://github.com/hgrecco/pint/issues/1825 "test_equal_zero_nan_NP" # https://github.com/hgrecco/pint/issues/1898 "test_load_definitions_stage_2" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/pint/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ # tests , pytestCheckHook , pytest-subtests , pytest-benchmark , numpy , matplotlib , uncertainties Loading @@ -20,7 +21,7 @@ buildPythonPackage rec { pname = "pint"; version = "0.22"; version = "0.23"; format = "pyproject"; disabled = pythonOlder "3.6"; Loading @@ -28,7 +29,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "Pint"; hash = "sha256-LROfarvPMBbK19POwFcH/pCKxPmc9Zrt/W7mZ7emRDM="; hash = "sha256-4VCbkWBtvFJSfGAKTvdP+sEv/3Boiv8g6QckCTRuybQ="; }; nativeBuildInputs = [ Loading @@ -43,6 +44,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-subtests pytest-benchmark numpy matplotlib uncertainties Loading @@ -53,8 +55,8 @@ buildPythonPackage rec { ''; disabledTests = [ # https://github.com/hgrecco/pint/issues/1825 "test_equal_zero_nan_NP" # https://github.com/hgrecco/pint/issues/1898 "test_load_definitions_stage_2" ]; meta = with lib; { Loading