diff options
| author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2019-07-16 15:33:10 +0200 |
|---|---|---|
| committer | Ronny Pfannschmidt <ronny.pfannschmidt@redhat.com> | 2020-05-03 07:45:47 +0200 |
| commit | 82379c4a0b8bd809aeb521adff4fd7c72e10fe80 (patch) | |
| tree | 704808f78fb7d492499bdbc85582031b3befed3e | |
| parent | 20b3a67c8cdbadf3c3c7ef2b1dbfb4742ea058ec (diff) | |
| download | setuptools-scm-fix-pip-wheel.tar.gz | |
ensure latest pip for nowfix-pip-wheel
| -rw-r--r-- | testing/test_pip_integration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/test_pip_integration.py b/testing/test_pip_integration.py index c231ae2..2c326f2 100644 --- a/testing/test_pip_integration.py +++ b/testing/test_pip_integration.py @@ -61,6 +61,7 @@ class PipVenv(object): self = cls(path) self.do("bin/pip install wheel -e {setuptools_scm}".format(setuptools_scm=ROOT)) + self.do("bin/pip install -U pip") return self def do(self, cmd): |
