Skip to content

Commit 4a18d76

Browse files
committed
#1642 remove print
1 parent 86f0196 commit 4a18d76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,4 @@ def test_rootdir_option_ini_file(testdir):
283283
result = testdir.runpytest()
284284
result.stdout.fnmatch_lines(["*1 passed*"])
285285
result = testdir.runpytest("--rootdir=ignored_argument")
286-
print(result.stdout.str())
287286
result.stdout.fnmatch_lines(["*1 passed*"])

0 commit comments

Comments
 (0)