From 9b423710aa79e5c388e7ccfd9f67946cf317307f Mon Sep 17 00:00:00 2001 From: Katarzyna Date: Mon, 4 May 2020 00:34:19 +0200 Subject: [PATCH] Remove unnecessary file in test. --- testing/test_skipping.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/testing/test_skipping.py b/testing/test_skipping.py index e7edf139d..32634d784 100644 --- a/testing/test_skipping.py +++ b/testing/test_skipping.py @@ -1187,12 +1187,9 @@ def test_relpath_rootdir(testdir): def test_pass(): pass """, - "tests/sub_tests/test_empty.py": """ - pass - """, } ) - result = testdir.runpytest("-rs", "tests/test_1.py", "--rootdir=tests/sub_tests") + result = testdir.runpytest("-rs", "tests/test_1.py", "--rootdir=tests") result.stdout.fnmatch_lines( ["SKIPPED [[]1[]] tests/test_1.py:2: unconditional skip"] )