[pypy-commit] pypy default: Argh, nonsense

arigo pypy.commits at gmail.com
Fri Jun 10 05:51:36 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r85072:7686902f6a0c
Date: 2016-06-10 11:51 +0200
http://bitbucket.org/pypy/pypy/changeset/7686902f6a0c/

Log:	Argh, nonsense

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -61,6 +61,7 @@
     name = options.name
     if not name:
         name = 'pypy-nightly'
+    assert '/' not in name
     rename_pypy_c = options.pypy_c
     override_pypy_c = options.override_pypy_c
 
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
@@ -71,7 +71,6 @@
         builddir = udir.ensure("build", dir=True)
         retval, builddir = package.package(
             '--without-cffi', '--builddir', str(builddir),
-            str(py.path.local(pypydir).dirpath()),
             test, self.rename_pypy_c, _fake=True)
 
     def test_with_zipfile_module(self):


More information about the pypy-commit mailing list