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
tests/integration/test_migration.py::test_init_schema_extra_files
/home/joachim/src/septentrion/septentrion/migration.py:116: UserWarning: ADDITIONAL_SCHEMA_FILES will be deprecated. Use BEFORE_SCHEMA_FILES instead.
warnings.warn(
-- Docs: https://docs.pytest.org/en/latest/warnings.html
We should catch it and check it, rather than letting it bubble.
There's a warning in the tests:
We should catch it and check it, rather than letting it bubble.
Here's the pytest relevant doc: https://docs.pytest.org/en/stable/warnings.html
The text was updated successfully, but these errors were encountered: