Skip to content

Commit 7ac7610

Browse files
add tresting for implication
1 parent 4ddf6c6 commit 7ac7610

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/deprecated_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,6 @@ def test_hookproxy_warnings_for_fspath(pytestconfig, tmp_path, request):
174174
request.node.ihook.pytest_ignore_collect(
175175
config=pytestconfig, path=path, fspath=tmp_path
176176
)
177+
178+
pytestconfig.hook.pytest_ignore_collect(config=pytestconfig, fspath=tmp_path)
179+
request.node.ihook.pytest_ignore_collect(config=pytestconfig, fspath=tmp_path)

0 commit comments

Comments
 (0)