Skip to content

Commit 13f3934

Browse files
committed
Remove unnecessary skip from test_logfinish_hook as we require pytest>=6.2
1 parent c76d562 commit 13f3934

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

testing/acceptance_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,6 @@ def test_func():
447447

448448
def test_logfinish_hook(self, pytester: pytest.Pytester) -> None:
449449
"""Ensure the pytest_runtest_logfinish hook is being properly handled"""
450-
from _pytest import hookspec
451-
452-
if not hasattr(hookspec, "pytest_runtest_logfinish"):
453-
pytest.skip("test requires pytest_runtest_logfinish hook in pytest (3.4+)")
454-
455450
pytester.makeconftest(
456451
"""
457452
def pytest_runtest_logfinish():

0 commit comments

Comments
 (0)