From 4dfaef22b672940bbaf9eb14ea6c1aa473709af1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 15 Apr 2018 05:44:34 -0400 Subject: temporarily fix tests (#4195) --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index ca49527c..2f1d7492 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -346,7 +346,9 @@ def build(toxenv, label, imageName, artifacts, artifactExcludes) { virtualenv .venv source .venv/bin/activate # This pin must be kept in sync with tox.ini - pip install coverage==4.3.4 + # TODO: drop --no-cache-dir once pip fixes: + # https://github.com/pypa/pip/issues/5231 + pip install --no-cache-dir coverage==4.3.4 bash <(curl -s https://codecov.io/bash) -e JOB_BASE_NAME,LABEL,TOXENV,IMAGE_NAME """ } -- cgit v1.2.3