python312Packages.rq: disable failing test
This commit is contained in:
@@ -57,6 +57,11 @@ buildPythonPackage rec {
|
||||
kill $REDIS_PID
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/rq/rq/commit/fd261d5d8fc0fe604fa396ee6b9c9b7a7bb4142f
|
||||
"test_clean_large_registry"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"rq"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user