/Users/luisaleixo/.pyenv/versions/3.9.6/envs/cara/lib/python3.9/site-packages/ipywidgets/widgets/widget.py:477: DeprecationWarning: Passing unrecognized arguments to super(Toolbar).__init__().
__init__() missing 1 required positional argument: 'canvas'
This is deprecated in traitlets 4.2.This error will be raised in a future release of traitlets.
super(Widget, self).__init__(**kwargs)
It is not possible to downgrade the triatlets version for this project.
Issue
There is a warning being triggered when running
pytest
with the following instruction:The warning is the following:
It is not possible to downgrade the triatlets version for this project.
Versions
Name: ipympl Version: 0.9.1
Name: pytest Version: 6.2.5