[pypy-commit] pyrepl default: update for newer pytest

antocuni pypy.commits at gmail.com
Tue Apr 16 10:13:47 EDT 2019


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r265:f52da1bc7c82
Date: 2019-04-16 16:01 +0200
http://bitbucket.org/pypy/pyrepl/changeset/f52da1bc7c82/

Log:	update for newer pytest

diff --git a/testing/test_functional.py b/testing/test_functional.py
--- a/testing/test_functional.py
+++ b/testing/test_functional.py
@@ -6,8 +6,8 @@
 import pytest
 import sys
 
-
-def pytest_funcarg__child(request):
+ at pytest.fixture
+def child(request):
     try:
         pexpect = pytest.importorskip('pexpect')
     except SyntaxError:


More information about the pypy-commit mailing list