##// END OF EJS Templates
Tweak tests for PyPy and add CI runner...
Tweak tests for PyPy and add CI runner * `autoreload` tests are skipped on PyPy because `gc.get_referrers` is unusably slow here * `doctest_refs` does not seem to test anything and was removed * pexpect timeouts were adjusted because subprocess communication is 3-4 times slower on PyPy * few other tweaks

File last commit:

r20955:c71dcbcd
r27235:3b816f80
Show More
clientabc.py
1 line | 39 B | text/x-python | PythonLexer
from jupyter_client.clientabc import *