Author: Armin Rigo <[email protected]>
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.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to