[pypy-commit] pypy default: THe --pypy option in this test directory has no effect at all.

arigo pypy.commits at gmail.com
Thu Nov 10 13:15:01 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r88301:2ae7531dd919
Date: 2016-11-10 17:55 +0100
http://bitbucket.org/pypy/pypy/changeset/2ae7531dd919/

Log:	THe --pypy option in this test directory has no effect at all.

diff --git a/pypy/module/pypyjit/test/conftest.py b/pypy/module/pypyjit/test/conftest.py
--- a/pypy/module/pypyjit/test/conftest.py
+++ b/pypy/module/pypyjit/test/conftest.py
@@ -1,5 +1,7 @@
 def pytest_addoption(parser):
     group = parser.getgroup("pypyjit options")
     group.addoption("--pypy", action="store", default=None, dest="pypy_c",
-                    help="the location of the JIT enabled pypy-c")
-
+                    help="DEPRECATED: use this in test_pypy_c instead")
+# XXX kill the corresponding section in the buildbot run,
+# which (as far as I can tell) ignores that option entirely and does
+# the same as the regular py.test.


More information about the pypy-commit mailing list