nicoulaj / pytest-csv

CSV reporter for pytest.
GNU General Public License v3.0
21 stars 16 forks source link

Use pytest.hookimpl(hookwrapper=True) decorator to configure the hooks. #25

Open abhiramraik opened 1 year ago

abhiramraik commented 1 year ago

/usr/local/lib/python3.9/dist-packages/pytest_csv/_reporter.py:38: PytestDeprecationWarning: The hookimpl CSVReporter.pytest_runtest_makereport uses old-style configuration options (marks or attributes). Please use the pytest.hookimpl(hookwrapper=True) decorator instead to configure the hooks. See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers @pytest.mark.hookwrapper