nicoulaj / pytest-csv

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

change from old-style mark to the new hookimpl decorator #24

Open tjhuang opened 1 year ago

tjhuang commented 1 year ago

When running with Python 3.9 (pytest 7.2.0), it complains about using the old-style mark option. I followed this link (https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers) to do the change which can resolve the warning message.