summary refs log tree commit diff
path: root/pkgs/development/python-modules/moto
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-11 12:20:44 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-11 17:29:43 -0800
commitdd4675f674ea1bb6858bae402bd516b03c2dedf2 (patch)
tree189b1db1d8793330f08a4737ef9af3266240b349 /pkgs/development/python-modules/moto
parent59288f3b8ded3ce47fc8dca1bf03e09e581a918f (diff)
downloadnixpkgs-dd4675f674ea1bb6858bae402bd516b03c2dedf2.tar
nixpkgs-dd4675f674ea1bb6858bae402bd516b03c2dedf2.tar.gz
nixpkgs-dd4675f674ea1bb6858bae402bd516b03c2dedf2.tar.bz2
nixpkgs-dd4675f674ea1bb6858bae402bd516b03c2dedf2.tar.lz
nixpkgs-dd4675f674ea1bb6858bae402bd516b03c2dedf2.tar.xz
nixpkgs-dd4675f674ea1bb6858bae402bd516b03c2dedf2.tar.zst
nixpkgs-dd4675f674ea1bb6858bae402bd516b03c2dedf2.zip
python3Packages.moto: disable aarch64 network test
Diffstat (limited to 'pkgs/development/python-modules/moto')
-rw-r--r--pkgs/development/python-modules/moto/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix
index a998e7b74b4..1d9d0774379 100644
--- a/pkgs/development/python-modules/moto/default.nix
+++ b/pkgs/development/python-modules/moto/default.nix
@@ -264,6 +264,8 @@ buildPythonPackage rec {
     "test_state_machine_creation_fails_with_invalid_names"
     # needs graphql
     "test_get_schema_creation_status"
+    # only appears in aarch64 currently, but best to be safe
+    "test_state_machine_list_executions_with_filter"
   ];
 
   meta = with lib; {