DEBSOURCES
Skip Quicknav
sources / pypy / 7.0.0%2Bdfsg-3 / extra_tests / test_pyrepl / conftest.py
12345678
import sys def pytest_ignore_collect(path): if '__pypy__' not in sys.builtin_module_names: try: import pyrepl except ImportError: return True