Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
harmin-parra authored Dec 28, 2024
1 parent a135954 commit 9d948c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pytest_webtest_extras/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,10 @@ def report(request, report_folder, screenshots, comments, sources, report_allure
#
# Hookers
#

@pytest.hookimpl(trylast=True)
def pytest_sessionfinish(session, exitstatus):
import warnings
warnings.warn("\n\npytest-webtest-extras plugin is deprecated.\nPlease use 'pytest-report-extras' plugin instead (https://pytest-report-extras.readthedocs.io/stable/)\n", DeprecationWarning)



@pytest.hookimpl(hookwrapper=True)
Expand Down

0 comments on commit 9d948c9

Please sign in to comment.