Home
last modified time | relevance | path

Searched refs:IS_PYPY (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dunicode_kwargs.pyx5 IS_PYPY = platform.python_implementation() == 'PyPy' variable
7 IS_PYPY = False variable
25 >>> if not IS_PYPY: a, b, c, kwargs = accept_kwargs(1, 2, 3, **{ustring_ascii: 5})
26 >>> IS_PYPY and (1,2,3,1) or (a,b,c,len(kwargs))
28 >>> IS_PYPY and 5 or kwargs[ustring_ascii]
31 >>> if not IS_PYPY: a, b, c, kwargs = accept_kwargs(1, 2, 3, **{ustring_nonascii: 5})
32 >>> IS_PYPY and (1,2,3,1) or (a,b,c,len(kwargs))
34 >>> IS_PYPY and 5 or kwargs[ustring_nonascii]
38 >>> IS_PYPY and (1,2,3,2) or (a,b,c,len(kwargs))
40 >>> IS_PYPY and 5 or kwargs[ustring_nonascii]
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dunicode_kwargs.pyx5 IS_PYPY = platform.python_implementation() == 'PyPy' variable
7 IS_PYPY = False variable
25 >>> if not IS_PYPY: a, b, c, kwargs = accept_kwargs(1, 2, 3, **{ustring_ascii: 5})
26 >>> IS_PYPY and (1,2,3,1) or (a,b,c,len(kwargs))
28 >>> IS_PYPY and 5 or kwargs[ustring_ascii]
31 >>> if not IS_PYPY: a, b, c, kwargs = accept_kwargs(1, 2, 3, **{ustring_nonascii: 5})
32 >>> IS_PYPY and (1,2,3,1) or (a,b,c,len(kwargs))
34 >>> IS_PYPY and 5 or kwargs[ustring_nonascii]
38 >>> IS_PYPY and (1,2,3,2) or (a,b,c,len(kwargs))
40 >>> IS_PYPY and 5 or kwargs[ustring_nonascii]
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/tests/
H A Dtest__gcutils.py6 ReferenceError, IS_PYPY)
50 @pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
68 @pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
82 @pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
93 @pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
/dports/devel/py-xdis/xdis-5.0.13/pytest/
H A Dtest_opcode.py1 from xdis import IS_PYPY, PYTHON_VERSION
7 opc = get_opcode(PYTHON_VERSION, IS_PYPY)
20 if not (IS_PYPY and PYTHON_VERSION in (2.7, 3.6, 3.7)):
22 elif IS_PYPY and PYTHON_VERSION == 3.6:
H A Dtest_instructions.py4 from xdis import IS_PYPY
25 variant = 'pypy' if IS_PYPY else None
48 variant = 'pypy' if IS_PYPY else None
H A Dtest_std.py10 from xdis import PYTHON3, IS_PYPY, PYTHON_VERSION
47 IS_PYPY and PYTHON_VERSION < 3.5) else '0x00000040 (NOFREE)')
156 @pytest.mark.skipif(IS_PYPY,
H A Dtest_load_file.py2 from xdis import IS_PYPY, PYTHON_VERSION
31 if field == "co_code" and (pypy or IS_PYPY):
/dports/devel/py-xdis/xdis-5.0.13/test_unit/
H A Dtest_magic.py2 from xdis import PYTHON_VERSION, IS_PYPY
11 if IS_PYPY:
19 if IS_PYPY:
H A Dtest_load.py4 from xdis import IS_PYPY
19 if IS_PYPY:
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/
H A Dtest_ext_autodoc_configs.py20 IS_PYPY = platform.python_implementation() == 'PyPy' variable
879 if not IS_PYPY:
903 if not IS_PYPY:
950 if not IS_PYPY:
974 if not IS_PYPY:
/dports/math/py-numpy/numpy-1.20.3/numpy/f2py/tests/
H A Dtest_block_docstring.py5 from numpy.testing import assert_equal, IS_PYPY
19 @pytest.mark.xfail(IS_PYPY,
H A Dtest_module_doc.py7 from numpy.testing import assert_equal, IS_PYPY
19 @pytest.mark.xfail(IS_PYPY,
H A Dtest_mixed.py5 from numpy.testing import assert_, assert_equal, IS_PYPY
23 @pytest.mark.xfail(IS_PYPY,
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/includes/
H A Detree_defs.h38 # define IS_PYPY 1 macro
40 # define IS_PYPY 0 macro
60 #if !IS_PYPY
65 #if IS_PYPY
71 #if IS_PYPY
88 #if IS_PYPY
/dports/science/py-scikit-learn/scikit-learn-1.0.2/doc/
H A Dconftest.py7 from sklearn.utils import IS_PYPY
37 if IS_PYPY and os.environ.get("CI", None):
129 elif IS_PYPY and fname.endswith("modules/feature_extraction.rst"):
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/
H A D_gcutils.py21 IS_PYPY = python_implementation() == 'PyPy' variable
96 if IS_PYPY:
/dports/net/py-radix/py-radix-0.10.0/
H A Dsetup.py13 IS_PYPY = hasattr(sys, 'pypy_version_info') variable
22 if not IS_PYPY and not RADIX_NO_EXT:
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_pytest_plugin.py14 IS_PYPY = platform.python_implementation() == "PyPy" variable
177 if IS_PYPY and bool(os.environ.get("PYTHONASYNCIODEBUG"))
/dports/devel/py-virtualenv/virtualenv-16.7.5/virtualenv_embedded/
H A Dactivate_this.py26 IS_PYPY = hasattr(sys, "pypy_version_info") variable
30 elif IS_PYPY:
/dports/graphics/py-imageio/imageio-2.9.0/tests/
H A Dtest_fits.py7 from imageio.core import get_remote_file, Request, IS_PYPY
49 if IS_PYPY:
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D_pytesttester.py188 from numpy.testing import IS_PYPY
189 if IS_PYPY:
/dports/devel/py-simplejson/simplejson-3.17.5/
H A Dsetup.py14 IS_PYPY = hasattr(sys, 'pypy_translation_info') variable
103 run_setup(not IS_PYPY)
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/util/path/_pathlib/
H A Dvia_os_path.py9 IS_PYPY = platform.python_implementation() == "PyPy" variable
18 if IS_PYPY:
36 if IS_PYPY:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/util/path/_pathlib/
H A Dvia_os_path.py9 IS_PYPY = platform.python_implementation() == "PyPy" variable
18 if IS_PYPY:
36 if IS_PYPY:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/util/path/_pathlib/
H A Dvia_os_path.py9 IS_PYPY = platform.python_implementation() == "PyPy" variable
18 if IS_PYPY:
36 if IS_PYPY:

1234567