From fb877abdb218005b95452b7ca034dfb4e7604527 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 2 Jan 2026 23:30:26 +0100 Subject: [PATCH] pretix: prune disabled tests --- pkgs/by-name/pr/pretix/package.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pkgs/by-name/pr/pretix/package.nix b/pkgs/by-name/pr/pretix/package.nix index 91aa344f3510..70a8c9a86f9f 100644 --- a/pkgs/by-name/pr/pretix/package.nix +++ b/pkgs/by-name/pr/pretix/package.nix @@ -266,18 +266,6 @@ python.pkgs.buildPythonApplication rec { disabledTests = [ # unreliable around day changes "test_order_create_invoice" - - # outdated translation files - # https://github.com/pretix/pretix/commit/c4db2a48b6ac81763fa67475d8182aee41c31376 - "test_different_dates_spanish" - "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 = ''