From 8d24f24690c3b3107d6c1c5db2e29d062f5bbf86 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 12 Apr 2024 09:58:23 +0200 Subject: [PATCH] pacu: disable failing tests --- pkgs/by-name/pa/pacu/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pa/pacu/package.nix b/pkgs/by-name/pa/pacu/package.nix index 71528524e447..8e43b56e987f 100644 --- a/pkgs/by-name/pa/pacu/package.nix +++ b/pkgs/by-name/pa/pacu/package.nix @@ -74,8 +74,9 @@ in python.pkgs.buildPythonApplication rec { ]; disabledTests = [ - # sqlalchemy.exc.ArgumentError: Textual SQL expression - #"test_migrations" + # sAttributeError: module 'moto' has no attribute 'mock_s3' + "test_update" + "test_update_second_time" ]; meta = with lib; {