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
$ pytest test_dm.py
============================================================================================================================= test session starts =============================================================================================================================
platform linux -- Python 3.10.9, pytest-8.2.2, pluggy-1.5.0
rootdir: /home/benjamin/Desktop/test_datumaro
plugins: hydra-core-1.3.2
collected 1 item
test_dm.py . [100%]
============================================================================================================================== warnings summary ===============================================================================================================================
venv_datumaro/lib/python3.10/site-packages/datumaro/__init__.py:7
/home/benjamin/Desktop/test_datumaro/venv_datumaro/lib/python3.10/site-packages/datumaro/__init__.py:7: DeprecationWarning: We are planning to clean up the entities in datumaro/__init__.py until datumaro==1.5.0. This will affect the following import pattern: "import datumaro as dm; dm.<entity>". If you are using this pattern in your code, please revisit it after upgrading datumaro>=1.5.0.
warnings.warn(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
The warning mentions datumaro>=1.5.0.
Datumaro is already at version 1.7.0 and the documentation is not mentioning what pattern should be used instead of import datumaro as dm; dm.<entity>.
The text was updated successfully, but these errors were encountered:
Hi,
Executing this simple
test_dm.py
with pytest shows aDeprecationWarning
:The warning mentions datumaro>=1.5.0.
Datumaro is already at version 1.7.0 and the documentation is not mentioning what pattern should be used instead of
import datumaro as dm; dm.<entity>
.The text was updated successfully, but these errors were encountered: