Author: Armin Rigo <ar...@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)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to