python312Packages.logutils: patch path to redis-server
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user