<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">from IPython.utils.syspathcontext import appended_to_syspath
import pytest


def test_append_deprecated():
    with pytest.warns(DeprecationWarning):
        appended_to_syspath(".")
</pre></body></html>