Loading pkgs/development/python-modules/vector/default.nix +12 −6 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "vector"; version = "1.4.1"; version = "1.5.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "scikit-hep"; repo = "vector"; rev = "refs/tags/v${version}"; hash = "sha256-ckwJgh5aWFTwoEBVmKukdk+cmQeOuecLiYD2EcuELGw="; hash = "sha256-bTCcuJosoR0/n6QiJuCIeE9oPab9RKAbUXXA+sAkX48="; }; build-system = [ Loading @@ -62,7 +62,13 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; disabledTests = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ disabledTests = [ # AssertionError (unclear why) "test_rhophi_eta_tau" "test_xy_eta_tau" ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ # AssertionError: assert 2.1073424255447017e-08 == 0.0 "test_issue_463" ]; Loading Loading
pkgs/development/python-modules/vector/default.nix +12 −6 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "vector"; version = "1.4.1"; version = "1.5.1"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "scikit-hep"; repo = "vector"; rev = "refs/tags/v${version}"; hash = "sha256-ckwJgh5aWFTwoEBVmKukdk+cmQeOuecLiYD2EcuELGw="; hash = "sha256-bTCcuJosoR0/n6QiJuCIeE9oPab9RKAbUXXA+sAkX48="; }; build-system = [ Loading @@ -62,7 +62,13 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; disabledTests = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ disabledTests = [ # AssertionError (unclear why) "test_rhophi_eta_tau" "test_xy_eta_tau" ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ # AssertionError: assert 2.1073424255447017e-08 == 0.0 "test_issue_463" ]; Loading