Home
last modified time | relevance | path

Searched defs:venv_without_setuptools (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_virtualenv.py27 def test_clean_env_install(venv_without_setuptools, setuptools_wheel): argument
68 def test_pip_upgrade_from_source(pip_version, venv_without_setuptools, argument
Dfixtures.py124 def venv_without_setuptools(tmp_path): function