##// END OF EJS Templates
Get back to "Executing" stable...
Get back to "Executing" stable It should now support Python 3.13

File last commit:

r27504:a96dd9e4
r28843:e153b0fb
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(".")