-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Pinned CI Packages #11586
Merged
Merged
Update Pinned CI Packages #11586
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
853149a
update deps appropriately
scbedd ca1d3d7
fix custom checkers - rename msg_id -> msgid
kristapratico 1e57ff8
pylint updates for text analytics and form recognizer
kristapratico 29dc610
pylint updates for azure-identity and azure-keyvault-keys
chlowell 2e8b865
disable import-outside-toplevel
chlowell 2870fd0
Pylint for azure-core
lmazuel ef19556
Mypy + pylint are friends
lmazuel ed68752
Fix errors for pylint 2.5.2
7a28a35
Merge branch 'may-dep-update' of github.com:Azure/azure-sdk-for-pytho…
b66fd1b
Merge branch 'master' into may-dep-update
scbedd aee0753
resolve conflicts
scbedd f4e52e6
disable azure-identity warnings
chlowell ad5ccf4
repin doc-warden while I investigate new error
scbedd 0488d76
Merge branch 'may-dep-update' of https://github.com/Azure/azure-sdk-f…
scbedd a51a22b
Merge branch 'master' into may-dep-update
scbedd 53bb229
Refactor ReceivedMessageBase off such that the AIO version of Receive…
KieranBrantnerMagee 795bd20
Merge branch 'may-dep-update' of https://github.com/Azure/azure-sdk-f…
KieranBrantnerMagee 5d744cd
Temporarily disable pylint checks for AsyncServiceBusSharedKeyCredent…
KieranBrantnerMagee ccdfacb
Fix deferred settlement tests by reverting the mgmt link settlement a…
KieranBrantnerMagee 03466a7
[Storage][Pylint]Fix Pylint
xiafu-msft e4f9736
resolve conflicts
scbedd 55ecbe1
Merge branch 'may-dep-update' of https://github.com/Azure/azure-sdk-f…
scbedd f8b7a2b
Merge branch 'master' into may-dep-update
scbedd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,35 @@ | ||
# requirements leveraged by ci tools | ||
setuptools==44.1.0; python_version == '2.7' | ||
setuptools==45.1.0; python_version >= '3.5' | ||
setuptools==46.4.0; python_version >= '3.5' | ||
virtualenv==20.0.23 | ||
wheel==0.34.2 | ||
Jinja2==2.11.1 | ||
Jinja2==2.11.2 | ||
packaging==20.4 | ||
tox==3.14.6 | ||
tox==3.15.0 | ||
tox-monorepo==0.1.2 | ||
twine==1.15.0 | ||
twine==1.15.0; python_version == '2.7' or python_version == '3.5' | ||
twine==3.1.1; python_version >= '3.6' | ||
pathlib2==2.3.5 | ||
readme-renderer[md]==25.0 | ||
doc-warden==0.7.1 | ||
# we pin coverage to 4.5.4 because there is an bug with `pytest-cov`. the generated coverage files cannot be `coverage combine`ed | ||
coverage==4.5.4 | ||
codecov==2.0.22 | ||
beautifulsoup4==4.8.2 | ||
codecov==2.1.0 | ||
beautifulsoup4==4.9.1 | ||
pkginfo==1.5.0.1 | ||
|
||
# locking packages defined as deps from azure-sdk-tools or azure-devtools | ||
pytoml==0.1.21 | ||
pyOpenSSL==19.1.0 | ||
json-delta==2.0 | ||
ConfigArgParse==1.1 | ||
ConfigArgParse==1.2.3 | ||
six==1.14.0 | ||
vcrpy==3.0.0 | ||
pyyaml==5.3.1 | ||
pytest==5.4.1; python_version >= '3.5' | ||
pytest==5.4.2; python_version >= '3.5' | ||
pytest==4.6.9; python_version == '2.7' | ||
pytest-cov==2.8.1 | ||
|
||
# local dev packages | ||
./tools/azure-devtools | ||
./tools/azure-sdk-tools | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# requirements leveraged by ci for testing | ||
pytest==5.4.1; python_version >= '3.5' | ||
pytest==4.6.9; python_version == '2.7' | ||
pytest-asyncio==0.10.0; python_version >= '3.5' | ||
pytest==5.4.2; python_version >= '3.5' | ||
pytest-asyncio==0.12.0; python_version >= '3.5' | ||
pytest-cov==2.8.1 | ||
pytest-custom-exit-code==0.3.0 | ||
pytest-xdist==1.31.0 | ||
pytest-xdist==1.32.0 | ||
# we pin coverage to 4.5.4 because there is an bug with `pytest-cov`. the generated coverage files cannot be `coverage combine`ed | ||
coverage==4.5.4 | ||
|
||
# locking packages defined as deps from azure-sdk-tools or azure-devtools | ||
pytoml==0.1.21 | ||
readme-renderer[md]==25.0 | ||
pyOpenSSL==19.1.0 | ||
json-delta==2.0 | ||
ConfigArgParse==1.1 | ||
ConfigArgParse==1.2.3 | ||
six==1.14.0 | ||
vcrpy==3.0.0 | ||
pyyaml==5.3.1 | ||
packaging==20.4 | ||
wheel==0.34.2 | ||
Jinja2==2.11.1 | ||
Jinja2==2.11.2 | ||
|
||
# Locking pylint and required packages | ||
pylint==2.3.1; python_version >= '3.4' | ||
pylint==1.8.4; python_version < '3.4' | ||
astroid==2.3.3; python_version >= '3.4' | ||
pylint==2.5.2; python_version >= '3.4' | ||
|
||
../../../tools/azure-devtools | ||
../../../tools/azure-sdk-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 34 additions & 34 deletions
68
scripts/pylint_custom_plugin/pylint_guidelines_checker.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional to install latest version of astroid that is required by pylint. right?