##// END OF EJS Templates
Add Python 3.10 CI runners
Add Python 3.10 CI runners

File last commit:

r26999:27a33628
r27062:39ea7f36
Show More
test_shimmodule.py
10 lines | 212 B | text/x-python | PythonLexer
import pytest
import sys
from IPython.utils.shimmodule import ShimWarning
def test_shim_warning():
sys.modules.pop('IPython.config', None)
with pytest.warns(ShimWarning):
import IPython.config