Skip to content

Commit

Permalink
python311Packages.moto: disable regressed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Nov 5, 2024
1 parent 7f027ba commit 3ad02c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/moto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3ad02c5

Please sign in to comment.