From 1cefffa60173eab8e9265e5dfefde0fcbbcc5507 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 22 Jun 2025 17:42:50 +0200 Subject: [PATCH] pretix: disable failing tests Updating fakeredis beyond 2.26.2 breaks these tests, but since fakeredis is only a test dependency I don't expect any production impact. --- pkgs/by-name/pr/pretix/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/pr/pretix/package.nix b/pkgs/by-name/pr/pretix/package.nix index 8743450e547d..14a47e331bad 100644 --- a/pkgs/by-name/pr/pretix/package.nix +++ b/pkgs/by-name/pr/pretix/package.nix @@ -260,6 +260,11 @@ python.pkgs.buildPythonApplication rec { "test_same_day_spanish" "test_same_month_spanish" "test_same_year_spanish" + + # broken with fakeredis>=2.27.0 + "test_waitinglist_cache_separation" + "test_waitinglist_item_active" + "test_waitinglist_variation_active" ]; preCheck = ''