Skip to content

Commit 9a9da69

Browse files
committed
update for newer pytest
1 parent 29370c3 commit 9a9da69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_functional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import pytest
77
import sys
88

9-
10-
def pytest_funcarg__child(request):
9+
@pytest.fixture
10+
def child(request):
1111
try:
1212
pexpect = pytest.importorskip('pexpect')
1313
except SyntaxError:

0 commit comments

Comments
 (0)