##// END OF EJS Templates
Remove opening/at-exit closing of devnull....
Remove opening/at-exit closing of devnull. This was likely due to an issue on Python 2 seeing the date, and does not seem useful anymore. Let's try to remove it. Should close #13896

File last commit:

r27504:a96dd9e4
r28057:4a065015
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(".")