summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-11-05 13:58:06 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-11-05 13:58:06 +0100
commit3ad02c51d6c351b8f0e3217eced1797bd4f3dcde (patch)
tree7647e20d39e2727b47e80170657a0747661f4149
parentpython3Packages.libarchive-c: patch test with recent libarchive (#350723) (diff)
downloadnixpkgs-3ad02c51d6c351b8f0e3217eced1797bd4f3dcde.tar.gz
python311Packages.moto: disable regressed tests
-rw-r--r--pkgs/development/python-modules/moto/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix
index e72fb7b5ea40..730b8ab4ec6a 100644
--- a/pkgs/development/python-modules/moto/default.nix
+++ b/pkgs/development/python-modules/moto/default.nix
@@ -141,6 +141,14 @@ buildPythonPackage rec {
# AssertionError: assert ResourceWarning not in [<class 'ResourceWarning'>, <class 'ResourceWarning'>]
"--deselect=ests/test_s3/test_s3_file_handles.py::TestS3FileHandleClosuresUsingMocks::test_delete_object_with_version"
+
+ # Likely regressed in a python minor version bump
+ "--deselect=tests/test_ses/test_ses_boto3.py::test_send_raw_email"
+ "--deselect=tests/test_ses/test_ses_boto3.py::test_send_raw_email_validate_domain"
+ "--deselect=tests/test_ses/test_ses_boto3.py::test_send_raw_email_without_source"
+ "--deselect=tests/test_sesv2/test_sesv2.py::test_send_raw_email"
+ "--deselect=tests/test_sesv2/test_sesv2.py::test_send_raw_email__with_specific_message"
+ "--deselect=tests/test_sesv2/test_sesv2.py::test_send_raw_email__with_to_address_display_name"
];
disabledTestPaths = [