Loading pkgs/development/python-modules/zodbpickle/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace "setuptools<74" "setuptools" --replace-fail "setuptools <= 75.6.0" "setuptools" ''; build-system = [ setuptools ]; Loading @@ -30,6 +30,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' mv src/zodbpickle/tests ./. rm -rf src ''; # fails.. disabledTests = [ "test_dump" Loading Loading
pkgs/development/python-modules/zodbpickle/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace "setuptools<74" "setuptools" --replace-fail "setuptools <= 75.6.0" "setuptools" ''; build-system = [ setuptools ]; Loading @@ -30,6 +30,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' mv src/zodbpickle/tests ./. rm -rf src ''; # fails.. disabledTests = [ "test_dump" Loading