Author: Antonio Cuni <[email protected]>
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):
[email protected]
+def child(request):
     try:
         pexpect = pytest.importorskip('pexpect')
     except SyntaxError:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to