未验证 提交 7f4c6bcf 编写于 作者: L Lukáš Doktor

Merging pull request 2734

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>

* https://github.com/avocado-framework/avocado:
  Makefile: Make sure to use pip of the same version as python
......@@ -29,8 +29,8 @@ pip:
$(PYTHON) -m pip --version || $(PYTHON) -m ensurepip $(PYTHON_DEVELOP_ARGS) || $(PYTHON) -c "import os; import sys; import urllib; f = urllib.urlretrieve('https://bootstrap.pypa.io/get-pip.py')[0]; os.system('%s %s' % (sys.executable, f))"
requirements: pip
- pip install "pip>=6.0.1"
- pip install -r requirements.txt
- $(PYTHON) -m pip install "pip>=6.0.1"
- $(PYTHON) -m pip install -r requirements.txt
requirements-selftests: requirements
- pip install -r requirements-selftests.txt
- $(PYTHON) -m pip install -r requirements-selftests.txt
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册