We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0348f27 commit fe23a3aCopy full SHA for fe23a3a
1 file changed
eng/tox/tox.ini
@@ -117,7 +117,7 @@ deps =
117
PyGitHub>=1.59.0
118
commands =
119
python -m pip install pylint=={[testenv:next-pylint]pylint_version}
120
- python -m pip install {repository_root}/../azure-sdk-tools/tools/pylint-extensions/azure-pylint-guidelines-checker -e .
+ python -m pip install azure-pylint-guidelines-checker==0.5.2 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
121
python {repository_root}/eng/tox/create_package_and_install.py \
122
-d {envtmpdir}/dist \
123
-p {tox_root} \
0 commit comments