Loading pkgs/development/python-modules/bx-py-utils/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "bx-py-utils"; version = "111"; version = "113"; disabled = pythonOlder "3.10"; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "boxine"; repo = "bx_py_utils"; tag = "v${version}"; hash = "sha256-B+05yBjqfnBaVvRZo47Akqyap4W5do+Xsumi69Ez4iY="; hash = "sha256-rpDRLiqcbg/aRzdmKwGJAGrhBJTA+7tXsjPUIeeC03I="; }; postPatch = '' Loading Loading @@ -82,7 +82,11 @@ buildPythonPackage rec { "test_code_style" ]; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTestPaths = [ # depends on cli-base-utilities, which depends on bx-py-utils "bx_py_utils_tests/tests/test_project_setup.py" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # processify() doesn't work under darwin # https://github.com/boxine/bx_py_utils/issues/80 "bx_py_utils_tests/tests/test_processify.py" Loading Loading
pkgs/development/python-modules/bx-py-utils/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "bx-py-utils"; version = "111"; version = "113"; disabled = pythonOlder "3.10"; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "boxine"; repo = "bx_py_utils"; tag = "v${version}"; hash = "sha256-B+05yBjqfnBaVvRZo47Akqyap4W5do+Xsumi69Ez4iY="; hash = "sha256-rpDRLiqcbg/aRzdmKwGJAGrhBJTA+7tXsjPUIeeC03I="; }; postPatch = '' Loading Loading @@ -82,7 +82,11 @@ buildPythonPackage rec { "test_code_style" ]; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ disabledTestPaths = [ # depends on cli-base-utilities, which depends on bx-py-utils "bx_py_utils_tests/tests/test_project_setup.py" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # processify() doesn't work under darwin # https://github.com/boxine/bx_py_utils/issues/80 "bx_py_utils_tests/tests/test_processify.py" Loading