From 25c320b281e280b14225beb1f46854167d04908b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 13 May 2019 20:01:25 -0700 Subject: [PATCH] Pin pip version: cherrypick of https://projects.torsion.org/witten/borgmatic/pulls/172 --- .drone.yml | 1 + NEWS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a15d72214..c236e1c67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ pipeline: image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION} pull: true commands: + - pip install --upgrade pip==19.1.1 - pip install tox==3.10.0 - tox - apk add --no-cache borgbackup diff --git a/NEWS b/NEWS index 0ab2377f4..9070b3e29 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ * Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal. * #168: Update README with continuous integration badge. * Document installing borgmatic with pip install --user instead of a system Python install. - * Get more reproducible builds by pinning the version of tox used to run tests. + * Get more reproducible builds by pinning the versions of pip and tox used to run tests. 1.3.3 * Add validate-borgmatic-config command, useful for validating borgmatic config generated by