Searched defs:cpython_only (Results 1 – 3 of 3) sorted by relevance
7 cpython_only = pytest.mark.skipif(python_implementation() != "CPython", reason="CPython only.") variable
1475 def cpython_only(test): function
1010 def cpython_only(test): function