Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312939 Details for
Bug 417361
dev-python/boto-2.4.0 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/boto-2.4.0-rm-tests.patch
boto-2.4.0-rm-tests.patch (text/plain), 3.80 KB, created by
Ian Delaney (RETIRED)
on 2012-05-24 10:30:20 UTC
(
hide
)
Description:
files/boto-2.4.0-rm-tests.patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-05-24 10:30:20 UTC
Size:
3.80 KB
patch
obsolete
># 4 of the 6 fail on a line reading c = `type`Connection() ># 5th.; "DynamoDBResponseError: DynamoDBResponseError: 400 Bad Request" may be a separate issue, don't know ># 6th.; c = Layer2() follows style of c = `type`Connection() ># In all cases c = ' '() is the 1st line of the test class, rendering the rest unusable >diff -ur boto-2.4.0.orig/tests/test.py boto-2.4.0/tests/test.py >--- tests/test.py 2012-05-16 10:11:46.000000000 +0800 >+++ tests/test.py 2012-05-24 17:30:45.596985170 +0800 >@@ -29,8 +29,6 @@ > import unittest > import getopt > >-from sqs.test_connection import SQSConnectionTest >-from s3.test_connection import S3ConnectionTest > from s3.test_versioning import S3VersionTest > from s3.test_mfa import S3MFATest > from s3.test_encryption import S3EncryptionTest >@@ -42,14 +40,9 @@ > from s3.test_https_cert_validation import CertValidationTest > from s3.test_resumable_downloads import ResumableDownloadTests > from s3.test_resumable_uploads import ResumableUploadTests >-from ec2.test_connection import EC2ConnectionTest > from ec2.elb.test_connection import ELBConnectionTest > from ec2.cloudwatch.test_connection import CloudWatchConnectionTest >-from autoscale.test_connection import AutoscaleConnectionTest >-from sdb.test_connection import SDBConnectionTest > from cloudfront.test_signed_urls import CloudfrontSignedUrlsTest >-from dynamodb.test_layer1 import DynamoDBLayer1Test >-from dynamodb.test_layer2 import DynamoDBLayer2Test > from sts.test_session_token import SessionTokenTest > from swf.test_layer1 import SimpleWorkflowLayer1Test > from swf.test_layer1_workflow_execution import SwfL1WorkflowExecutionTest >@@ -91,16 +85,8 @@ > def suite(testsuite="all"): > tests = unittest.TestSuite() > if testsuite == "all": >- tests.addTest(unittest.makeSuite(SQSConnectionTest)) >- tests.addTest(unittest.makeSuite(S3ConnectionTest)) >- tests.addTest(unittest.makeSuite(EC2ConnectionTest)) >- tests.addTest(unittest.makeSuite(SDBConnectionTest)) >- tests.addTest(unittest.makeSuite(AutoscaleConnectionTest)) > tests.addTest(unittest.makeSuite(CloudfrontSignedUrlsTest)) >- tests.addTest(unittest.makeSuite(DynamoDBLayer1Test)) >- tests.addTest(unittest.makeSuite(DynamoDBLayer2Test)) > elif testsuite == "s3": >- tests.addTest(unittest.makeSuite(S3ConnectionTest)) > tests.addTest(unittest.makeSuite(S3BucketTest)) > tests.addTest(unittest.makeSuite(S3KeyTest)) > tests.addTest(unittest.makeSuite(S3MultiPartUploadTest)) >@@ -115,26 +102,11 @@ > tests.addTest(unittest.makeSuite(GSConnectionTest)) > tests.addTest(unittest.makeSuite(ResumableDownloadTests)) > tests.addTest(unittest.makeSuite(ResumableUploadTests)) >- elif testsuite == "sqs": >- tests.addTest(unittest.makeSuite(SQSConnectionTest)) > elif testsuite == "ec2": >- tests.addTest(unittest.makeSuite(EC2ConnectionTest)) >- tests.addTest(unittest.makeSuite(AutoscaleConnectionTest)) > tests.addTest(unittest.makeSuite(ELBConnectionTest)) > tests.addTest(unittest.makeSuite(CloudWatchConnectionTest)) >- elif testsuite == "autoscale": >- tests.addTest(unittest.makeSuite(AutoscaleConnectionTest)) >- elif testsuite == "sdb": >- tests.addTest(unittest.makeSuite(SDBConnectionTest)) > elif testsuite == "cloudfront": > tests.addTest(unittest.makeSuite(CloudfrontSignedUrlsTest)) >- elif testsuite == "dynamodb": >- tests.addTest(unittest.makeSuite(DynamoDBLayer1Test)) >- tests.addTest(unittest.makeSuite(DynamoDBLayer2Test)) >- elif testsuite == "dynamodbL1": >- tests.addTest(unittest.makeSuite(DynamoDBLayer1Test)) >- elif testsuite == "dynamodbL2": >- tests.addTest(unittest.makeSuite(DynamoDBLayer2Test)) > elif testsuite == "sts": > tests.addTest(unittest.makeSuite(SessionTokenTest)) > elif testsuite == "swf":
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417361
:
312935
| 312939