From f2fe4a8f8fe44cc2b185a83d23987fa35311f77a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 14 Nov 2025 17:08:27 +0000 Subject: [PATCH] mealie: remove obsolete disabled tests --- pkgs/by-name/me/mealie/package.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/by-name/me/mealie/package.nix b/pkgs/by-name/me/mealie/package.nix index d49bc19a7ded..9744e913d3c2 100644 --- a/pkgs/by-name/me/mealie/package.nix +++ b/pkgs/by-name/me/mealie/package.nix @@ -128,16 +128,6 @@ pythonpkgs.buildPythonApplication rec { "test_pg_connection_url_encode_password" ]; - disabledTestPaths = [ - # KeyError: 'alembic_version' - "tests/unit_tests/services_tests/backup_v2_tests/test_backup_v2.py" - "tests/unit_tests/services_tests/backup_v2_tests/test_alchemy_exporter.py" - # sqlite3.OperationalError: no such table - "tests/unit_tests/services_tests/scheduler/tasks/test_create_timeline_events.py" - "tests/unit_tests/test_ingredient_parser.py" - "tests/unit_tests/test_security.py" - ]; - passthru = { updateScript = nix-update-script { }; tests = {