You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
===================================== warnings summary =====================================
shifts/tests.py::test_shifts_ics
shifts/tests.py::test_shifts_ics
/Users/simon/.local/share/virtualenvs/pillarpointstewards-QTeIcgkT/lib/python3.10/site-packages/arrow/factory.py:202: ArrowParseWarning: The .get() parsing method without a format string will parse more strictly in version 0.15.0.See https://github.com/crsmithdev/arrow/issues/612 for more details.
warnings.warn(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================== 27 passed, 2 warnings in 3.82s ==============================
They're planning to remove Arrow as a dependency, but they've not done that yet. In the meantime they suggest suppressing the warning, since they have pinned Arrow so it won't break for them in the future.
See:
The text was updated successfully, but these errors were encountered: