Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r89057:862a6db9bc74
Date: 2016-12-14 15:03 +0000
http://bitbucket.org/pypy/pypy/changeset/862a6db9bc74/

Log:    Don't replace space fixture with weird CAPI object in cpyext tests

diff --git a/pypy/module/cpyext/test/conftest.py 
b/pypy/module/cpyext/test/conftest.py
--- a/pypy/module/cpyext/test/conftest.py
+++ b/pypy/module/cpyext/test/conftest.py
@@ -21,9 +21,6 @@
     import pypy.module.cpyext.test.test_cpyext
     return False
 
-def pytest_funcarg__space(request):
-    return request.cls.api
-
 def pytest_funcarg__api(request):
     return request.cls.api
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to