[pypy-commit] pypy default: fix test for 5c70dc3c49be (the pypy-root argument was required but ignored)

arigo pypy.commits at gmail.com
Thu Jun 9 02:49:07 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r85049:0188cbebef64
Date: 2016-06-09 08:49 +0200
http://bitbucket.org/pypy/pypy/changeset/0188cbebef64/

Log:	fix test for 5c70dc3c49be (the pypy-root argument was required but
	ignored)

diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py
--- a/pypy/tool/release/test/test_package.py
+++ b/pypy/tool/release/test/test_package.py
@@ -21,7 +21,7 @@
 
     def test_dir_structure(self, test='test'):
         retval, builddir = package.package(
-            '--without-cffi', str(py.path.local(pypydir).dirpath()),
+            '--without-cffi',
             test, self.rename_pypy_c, _fake=True)
         assert retval == 0
         prefix = builddir.join(test)


More information about the pypy-commit mailing list