File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ commands =
103
103
[testenv:next-pylint]
104
104
description =Lints a package with pylint (version {[testenv:next-pylint]pylint_version})
105
105
basepython = python38
106
- pylint_version =2.15.8
106
+ pylint_version =3.0.3
107
107
skipsdist = true
108
108
skip_install = true
109
109
usedevelop = false
@@ -118,7 +118,7 @@ deps =
118
118
PyGitHub>=1.59.0
119
119
commands =
120
120
python -m pip install pylint =={[testenv:next-pylint]pylint_version}
121
- python -m pip install azure-pylint-guidelines-checker ==0.2.0 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
121
+ python -m pip install azure-pylint-guidelines-checker ==0.3.1 --index-url =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
122
122
python {repository_root}/eng/tox/create_package_and_install.py \
123
123
-d {envtmpdir}/dist \
124
124
-p {tox_root} \
@@ -167,11 +167,12 @@ commands =
167
167
-p {tox_root} \
168
168
-w {envtmpdir} \
169
169
--package-type sdist
170
+ python {repository_root}/eng/tox/create_dependencies_and_install.py -p {tox_root}
170
171
python {repository_root}/eng/tox/run_mypy.py -t {tox_root}
171
172
172
173
[testenv:next-mypy]
173
174
description =Typechecks a package with the latest version of mypy
174
- mypy_version =1.6.1
175
+ mypy_version =1.8.0
175
176
skipsdist = true
176
177
skip_install = true
177
178
usedevelop = true
@@ -192,6 +193,7 @@ commands =
192
193
-p {tox_root} \
193
194
-w {envtmpdir} \
194
195
--package-type sdist
196
+ python {repository_root}/eng/tox/create_dependencies_and_install.py -p {tox_root}
195
197
python {repository_root}/eng/tox/run_mypy.py -t {tox_root} --next =True
196
198
197
199
You can’t perform that action at this time.
0 commit comments