Skip to content

Commit 500b558

Browse files
authored
Catch-up
1 parent 4569682 commit 500b558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def test_is_function_scope(scope):
408408
assert scope == "function"
409409
""".format(optional_call=empty_optional_call)
410410
testdir.makepyfile(test_file)
411-
rr = testdir.run(sys.executable, "-m", "pytest", "-v", *cmd_opts)
411+
rr = testdir.run(*cmd_opts, timeout=timeout)
412412
assert_outcomes(rr, {"passed": 1})
413413

414414

@@ -508,7 +508,7 @@ def test_is_function_scope(scope):
508508
assert scope == "function"
509509
""".format(optional_call=empty_optional_call)
510510
testdir.makepyfile(test_file)
511-
rr = testdir.run(sys.executable, "-m", "pytest", "-v", *cmd_opts)
511+
rr = testdir.run(*cmd_opts, timeout=timeout)
512512
assert_outcomes(rr, {"passed": 1})
513513

514514

0 commit comments

Comments
 (0)