[pypy-commit] pypy default: remove this file too

arigo pypy.commits at gmail.com
Sun Nov 13 10:27:59 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r88358:0e136ff64a98
Date: 2016-11-13 16:27 +0100
http://bitbucket.org/pypy/pypy/changeset/0e136ff64a98/

Log:	remove this file too

diff --git a/pypy/module/pypyjit/test_pypy_c/conftest.py b/pypy/module/pypyjit/test_pypy_c/conftest.py
deleted file mode 100644
--- a/pypy/module/pypyjit/test_pypy_c/conftest.py
+++ /dev/null
@@ -1,4 +0,0 @@
-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")


More information about the pypy-commit mailing list