##// END OF EJS Templates
Fix/mpl integration (#14128)...
Fix/mpl integration (#14128) - Closes https://github.com/matplotlib/matplotlib/issues/17454 - fixes qt5/qt6 confusion

File last commit:

r27504:a96dd9e4
r28375:175d52c8 merge
Show More
test_deprecated.py
7 lines | 183 B | text/x-python | PythonLexer
from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")