Commit f8e791bd authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.logutils: patch outdated test

parent 46bdc2ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-vAWKJdXCCUYfE04fA8q2N9ZqelzMEuWT21b7snmJmoI=";
  };

  postPatch = ''
    substituteInPlace tests/test_dictconfig.py \
      --replace-fail "assertEquals" "assertEqual"
  '';

  build-system = [
    setuptools
  ];