Unverified Commit fc509f61 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.zodbpickle: fix build

parent fe5b3b8b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace "setuptools<74" "setuptools"
      --replace-fail "setuptools <= 75.6.0" "setuptools"
  '';

  build-system = [ setuptools ];
@@ -30,6 +30,11 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  preCheck = ''
    mv src/zodbpickle/tests ./.
    rm -rf src
  '';

  # fails..
  disabledTests = [
    "test_dump"