py-pip: fix import tests (#41867)
This commit is contained in:
parent
27bdba1dc7
commit
7573c9bc1e
@ -15,6 +15,9 @@ class PyPip(Package, PythonExtension):
|
|||||||
url = "https://files.pythonhosted.org/packages/py3/p/pip/pip-20.2-py3-none-any.whl"
|
url = "https://files.pythonhosted.org/packages/py3/p/pip/pip-20.2-py3-none-any.whl"
|
||||||
list_url = "https://pypi.org/simple/pip/"
|
list_url = "https://pypi.org/simple/pip/"
|
||||||
|
|
||||||
|
# Requires railroad
|
||||||
|
skip_modules = ["pip._vendor"]
|
||||||
|
|
||||||
tags = ["build-tools"]
|
tags = ["build-tools"]
|
||||||
|
|
||||||
maintainers("adamjstewart", "pradyunsg")
|
maintainers("adamjstewart", "pradyunsg")
|
||||||
|
Loading…
Reference in New Issue
Block a user