Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow warning when running the tests #55

Closed
simonw opened this issue Apr 4, 2022 · 1 comment
Closed

Arrow warning when running the tests #55

simonw opened this issue Apr 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@simonw
Copy link
Collaborator

simonw commented Apr 4, 2022

===================================== 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 ==============================

See:

@simonw simonw added the bug Something isn't working label Apr 4, 2022
@simonw
Copy link
Collaborator Author

simonw commented Apr 4, 2022

Frustratingly this is outside of my control - it's an issue with the ICS library I am using:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant