##// END OF EJS Templates
Add Xfail test on 3.9.8...
Add Xfail test on 3.9.8 See https://bugs.python.org/issue45738 once fixed (or later if not fixed), we can also catch system error only on the relevant Python versions and that _should_ be ok, but I want to avoid doing it for now.

File last commit:

r14009:6f019b30
r27020:4727faae
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()