Commit abcb749d authored by Jason R. Coombs's avatar Jason R. Coombs

Fix one failing test per #277

--HG--
branch : distribute
extra : rebase_source : 74d2107a0e4f5ecda5030fa8610dfd38a2bd5740
parent e296a811
......@@ -321,7 +321,7 @@ class TestSetupRequires(unittest.TestCase):
setup_requires = ['does-not-exist'],
)
""").lstrip())
setup_py.size = len(setup_py_bytes.buf)
setup_py.size = len(setup_py_bytes.getvalue())
dist_path = os.path.join(dir, 'distribute-test-fetcher-1.0.tar.gz')
dist = tarfile.open(dist_path, 'w:gz')
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment