AntiCompositeNumber / iNaturalistReviewer

Automatic iNaturalist reviewer for Commons
GNU General Public License v3.0
1 stars 0 forks source link

src/inrbot.py:106: FutureWarning: pywikibot.page._basepage.BasePage.editTime is deprecated since release 8.0.0; use latest_revision.timestamp instead. #305

Closed AntiCompositeNumber closed 4 months ago

AntiCompositeNumber commented 4 months ago
=========================================== warnings summary ===========================================
tests/test_inrbot.py::test_main_auto_total
tests/test_inrbot.py::test_main_auto_end
tests/test_inrbot.py::test_main_auto_blocked
tests/test_inrbot.py::test_main_auto_exception_continue
tests/test_inrbot.py::test_main_auto_exception_stop
  ~/git/iNaturalistReviewer/src/inrbot.py:106: FutureWarning: pywikibot.page._basepage.BasePage.editTime is deprecated since release 8.0.0; use latest_revision.timestamp instead.
    if conf_ts and page.editTime() > conf_ts:

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html