Skip to content

Commit 3937f0d

Browse files
Pavel Minaevint19h
authored andcommitted
Use pip install -U to install setuptools.
1 parent 6ce72e2 commit 3937f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines/templates/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
# tox will automatically install the most recent version of setuptools to build the package.
66
# However, for Python 3.7, we want an older version of setuptools to avoid DeprecationWarning
77
# for pkg_resources getting triggered by test_gevent.
8-
- script: 'python -m pip install "setuptools<68"'
8+
- script: 'python -m pip install -U "setuptools<68"'
99
displayName: "Install setuptools"
1010
condition: eq(variables['python.version'], '3.7')
1111

0 commit comments

Comments
 (0)