From 7ac7610089b5e0e0f9ab0c8276c53cd8e4567ed1 Mon Sep 17 00:00:00 2001
From: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
Date: Sat, 20 Mar 2021 23:44:36 +0100
Subject: [PATCH] add tresting for implication

---
 testing/deprecated_test.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testing/deprecated_test.py b/testing/deprecated_test.py
index 41db42427..b4e73dd5b 100644
--- a/testing/deprecated_test.py
+++ b/testing/deprecated_test.py
@@ -174,3 +174,6 @@ def test_hookproxy_warnings_for_fspath(pytestconfig, tmp_path, request):
         request.node.ihook.pytest_ignore_collect(
             config=pytestconfig, path=path, fspath=tmp_path
         )
+
+    pytestconfig.hook.pytest_ignore_collect(config=pytestconfig, fspath=tmp_path)
+    request.node.ihook.pytest_ignore_collect(config=pytestconfig, fspath=tmp_path)