We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f5495 commit 39e3806Copy full SHA for 39e3806
setuptools/tests/test_virtualenv.py
@@ -89,6 +89,10 @@ def skip_network(param):
89
return list(versions)
90
91
92
+@pytest.mark.skipif(
93
+ 'platform.python_implementation() == "PyPy"',
94
+ reason="https://github.com/pypa/setuptools/pull/2865#issuecomment-965834995",
95
+)
96
@pytest.mark.parametrize('pip_version', _get_pip_versions())
97
def test_pip_upgrade_from_source(pip_version, tmp_src, virtualenv):
98
"""
0 commit comments