##// END OF EJS Templates
Limit supported prompt-toolkit versions to 3.0.2-3.1.0...
Limit supported prompt-toolkit versions to 3.0.2-3.1.0 Fixes #13645. Stems from #13592.

File last commit:

r27504:a96dd9e4
r27663:c0a6176d
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(".")