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
This includes a fix for an annoying deprecation warning that shows up in pytest in packages like sparkles (see below). I confirmed that installing 3.2.3 makes this warning go away.
======================================================================== warnings summary ========================================================================
sparkles/tests/test_review.py::test_review_catalog
/Users/aldcroft/miniconda3/envs/ska3-agasc/lib/python3.8/site-packages/bleach/_vendor/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import Mapping
-- Docs: https://docs.pytest.org/en/stable/warnings.html
================================================================= 33 passed, 1 warning in 35.55s =================================================================
The text was updated successfully, but these errors were encountered:
Update package
bleach
to 3.2.3This includes a fix for an annoying deprecation warning that shows up in
pytest
in packages likesparkles
(see below). I confirmed that installing 3.2.3 makes this warning go away.The text was updated successfully, but these errors were encountered: