We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0db0f1 commit 61f7174Copy full SHA for 61f7174
test/cli/inline-suppress_test.py
@@ -416,7 +416,6 @@ def test_unused_function_unmatched_builddir_j_thread(tmpdir):
416
417
418
@pytest.mark.skipif(sys.platform == 'win32', reason='ProcessExecutor not available on Windows')
419
-@pytest.mark.xfail(strict=True) # TODO: unusedFunction in line 5 not reported as unmatched - requires the matched and checked states to be transferred
420
def test_unused_function_unmatched_builddir_j_process(tmpdir):
421
build_dir = os.path.join(tmpdir, 'b1')
422
os.mkdir(build_dir)
0 commit comments