From 9749650b6089d1452c08b0dd650520935f21e3f0 Mon Sep 17 00:00:00 2001 From: rfkelly0 Date: Sun, 7 Jun 2009 07:51:49 +0000 Subject: whoopse, re-disable the S3 tests by default git-svn-id: http://pyfilesystem.googlecode.com/svn/branches/rfk-ideas@161 67cdc799-7952-0410-af00-57a81ceafa0f --- fs/tests/test_s3fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/tests/test_s3fs.py b/fs/tests/test_s3fs.py index c19147a..74a4e9a 100644 --- a/fs/tests/test_s3fs.py +++ b/fs/tests/test_s3fs.py @@ -18,7 +18,7 @@ from fs import s3fs class TestS3FS(unittest.TestCase,FSTestCases): # Disable the tests by default -# __test__ = False + __test__ = False bucket = "test-s3fs.rfk.id.au" -- cgit v1.2.1