about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-12 09:58:23 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-12 09:58:23 +0200
commit8d24f24690c3b3107d6c1c5db2e29d062f5bbf86 (patch)
tree3a8299f56350b2f1ffbdbfbbe6f19b052f95e102
parentef4e2f85f1dee5c4ac59f5b92dd3dc6301efa699 (diff)
pacu: disable failing tests
-rw-r--r--pkgs/by-name/pa/pacu/package.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/by-name/pa/pacu/package.nix b/pkgs/by-name/pa/pacu/package.nix
index 71528524e4474..8e43b56e987f3 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; {