Loading pkgs/development/python-modules/rq/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -47,16 +47,17 @@ buildPythonPackage rec { sentry-sdk ]; preCheck = lib.optionalString stdenv.isLinux '' preCheck = '' PATH=$out/bin:$PATH ${redis-server}/bin/redis-server & REDIS_PID=$! ''; postCheck = lib.optionalString stdenv.isLinux '' kill $REDIS_PID postCheck = '' kill %% ''; __darwinAllowLocalNetworking = true; disabledTests = [ # https://github.com/rq/rq/commit/fd261d5d8fc0fe604fa396ee6b9c9b7a7bb4142f "test_clean_large_registry" Loading Loading
pkgs/development/python-modules/rq/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -47,16 +47,17 @@ buildPythonPackage rec { sentry-sdk ]; preCheck = lib.optionalString stdenv.isLinux '' preCheck = '' PATH=$out/bin:$PATH ${redis-server}/bin/redis-server & REDIS_PID=$! ''; postCheck = lib.optionalString stdenv.isLinux '' kill $REDIS_PID postCheck = '' kill %% ''; __darwinAllowLocalNetworking = true; disabledTests = [ # https://github.com/rq/rq/commit/fd261d5d8fc0fe604fa396ee6b9c9b7a7bb4142f "test_clean_large_registry" Loading