Skip to content

Commit c42609b

Browse files
committed
Move deps in req file and force upgrade importlib-metadata - hopefully this problem goes away on travis:
pkg_resources.ContextualVersionConflict: (importlib-metadata 0.23 (/home/travis/virtualenv/python3.6.9/lib/python3.6/site-packages), Requirement.parse('importlib-metadata>=1; python_version < "3.8"'), {'keyring'})
1 parent 98ff0a0 commit c42609b

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ init:
126126
- ps: echo $env:TOXENV
127127
- ps: ls C:\Python*
128128
install:
129-
- '%PYTHON_HOME%\python -mpip install --progress-bar=off twine tox-wheel -rci/requirements.txt'
129+
- '%PYTHON_HOME%\python -mpip install --progress-bar=off -rci/requirements.txt'
130130
- '%PYTHON_HOME%\Scripts\virtualenv --version'
131131
- '%PYTHON_HOME%\Scripts\easy_install --version'
132132
- '%PYTHON_HOME%\Scripts\pip --version'

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ before_install:
153153
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
154154
fi
155155
install:
156-
- python -mpip install --progress-bar=off --upgrade twine tox-wheel -rci/requirements.txt
156+
- python -mpip install --progress-bar=off --upgrade -rci/requirements.txt
157157
- virtualenv --version
158158
- easy_install --version
159159
- pip --version

ci/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ virtualenv>=16.6.0
22
pip>=19.1.1
33
setuptools>=18.0.1
44
six>=1.14.0
5+
importlib-metadata>=1.0
6+
twine
7+
tox-wheel

ci/templates/.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ init:
3838
- ps: echo $env:TOXENV
3939
- ps: ls C:\Python*
4040
install:
41-
- '%PYTHON_HOME%\python -mpip install --progress-bar=off twine tox-wheel -rci/requirements.txt'
41+
- '%PYTHON_HOME%\python -mpip install --progress-bar=off -rci/requirements.txt'
4242
- '%PYTHON_HOME%\Scripts\virtualenv --version'
4343
- '%PYTHON_HOME%\Scripts\easy_install --version'
4444
- '%PYTHON_HOME%\Scripts\pip --version'

ci/templates/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_install:
5858
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
5959
fi
6060
install:
61-
- python -mpip install --progress-bar=off --upgrade twine tox-wheel -rci/requirements.txt
61+
- python -mpip install --progress-bar=off --upgrade -rci/requirements.txt
6262
- virtualenv --version
6363
- easy_install --version
6464
- pip --version

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy