Loading pkgs/development/python-modules/aioboto3/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,17 @@ buildPythonPackage (finalAttrs: { "test_s3_copy_multipart" "test_s3_download_file_404" "test_s3_upload_file" ] ++ [ # DynamoDB tests fail with aiobotocore 3.x due to HTTP header issue with moto: # "Duplicate 'Server' header found" - same issue as aiobotocore disables "test_dynamo_resource_query" "test_dynamo_resource_put" "test_dynamo_resource_batch_write_flush_on_exit_context" "test_dynamo_resource_batch_write_flush_amount" "test_flush_doesnt_reset_item_buffer" "test_dynamo_resource_property" "test_dynamo_resource_waiter" ]; pythonImportsCheck = [ "aioboto3" ]; Loading Loading
pkgs/development/python-modules/aioboto3/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,17 @@ buildPythonPackage (finalAttrs: { "test_s3_copy_multipart" "test_s3_download_file_404" "test_s3_upload_file" ] ++ [ # DynamoDB tests fail with aiobotocore 3.x due to HTTP header issue with moto: # "Duplicate 'Server' header found" - same issue as aiobotocore disables "test_dynamo_resource_query" "test_dynamo_resource_put" "test_dynamo_resource_batch_write_flush_on_exit_context" "test_dynamo_resource_batch_write_flush_amount" "test_flush_doesnt_reset_item_buffer" "test_dynamo_resource_property" "test_dynamo_resource_waiter" ]; pythonImportsCheck = [ "aioboto3" ]; Loading