commit | 4dfaef22b672940bbaf9eb14ea6c1aa473709af1 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sun Apr 15 05:44:34 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Apr 15 17:44:34 2018 +0800 |
tree | 11f8b33d338df8b2319e733307f04ff68b318fbd | |
parent | a5e74b12889026979a1e2c017e1f5ff5e4b65540 [diff] |
temporarily fix tests (#4195)
diff --git a/Jenkinsfile b/Jenkinsfile index ca49527..2f1d749 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -346,7 +346,9 @@ 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 """ }