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

python312Packages.logutils: patch path to redis-server

parent f8e791bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ buildPythonPackage rec {
  postPatch = ''
    substituteInPlace tests/test_dictconfig.py \
      --replace-fail "assertEquals" "assertEqual"
    substituteInPlace tests/test_redis.py \
      --replace-fail "'redis-server'" "'${redis-server}/bin/redis-server'"
  '';

  build-system = [
@@ -33,7 +35,6 @@ buildPythonPackage rec {
  dependencies = [
    pytestCheckHook
    redis
    redis-server
  ];

  disabledTests = [