Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r93838:518bdb4a094d
Date: 2018-02-20 02:46 +0000
http://bitbucket.org/pypy/pypy/changeset/518bdb4a094d/

Log:    Update pytest fixture syntax

diff --git a/extra_tests/test_pyrepl/test_functional.py 
b/extra_tests/test_pyrepl/test_functional.py
--- a/extra_tests/test_pyrepl/test_functional.py
+++ b/extra_tests/test_pyrepl/test_functional.py
@@ -7,7 +7,8 @@
 import sys
 
 
-def pytest_funcarg__child(request):
+@pytest.fixture()
+def child():
     try:
         import pexpect
     except ImportError:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to