What steps will reproduce the problem?
1. Make sure you have a python2.5 somewhere in your $PATH
2. tox -e py25
What do you see instead?
======================================================================
ERROR: test_reads (fs.tests.test_zipfs.TestReadZipFS)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/builds/svn/pyfilesystem-read-only-honestly/.tox/py25/lib/python2.5/site-packages/fs/tests/test_zipfs.py", line 54, in test_reads
check_contents("a.txt", b("Hello, World!"))
File "/home/builds/svn/pyfilesystem-read-only-honestly/.tox/py25/lib/python2.5/site-packages/fs/tests/test_zipfs.py", line 53, in check_contents
self.assert_(read_contents(path)==expected)
File "/home/builds/svn/pyfilesystem-read-only-honestly/.tox/py25/lib/python2.5/site-packages/fs/tests/test_zipfs.py", line 50, in read_contents
contents = f.read()
AttributeError: 'closing' object has no attribute 'read'
======================================================================
ERROR: test_binary_write_read (fs.tests.zipfs_binary_test.ZipFsBinaryWriteRead)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/builds/svn/pyfilesystem-read-only-honestly/.tox/py25/lib/python2.5/site-packages/fs/tests/zipfs_binary_test.py", line 39, in test_binary_write_read
content = f.read()
AttributeError: 'closing' object has no attribute 'read'
Please use labels and text to provide additional information.
Python2.5.6 built from source, running on Ubuntu11.10
Original issue reported on code.google.com by gc...@loowis.durge.org on 13 Aug 2012 at 11:33
Original issue reported on code.google.com by
gc...@loowis.durge.org
on 13 Aug 2012 at 11:33