-
-
Notifications
You must be signed in to change notification settings - Fork 782
Upgrade various dependencies #3189
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3189 +/- ##
==========================================
- Coverage 77.83% 77.78% -0.05%
==========================================
Files 433 433
Lines 22398 22408 +10
==========================================
- Hits 17433 17429 -4
- Misses 4965 4979 +14
Continue to review full report at Codecov.
|
+:100: |
because pylint simply silently ignores invalid / inexistent paths.
Pylint either requires path to a package or a module, passing a path to a directory which is not a package doesn't work and such directory is simply skipped so we need to pass paths to actual Python files / modules.
|
This PR is obsolete now, will open a new one. |
Just some house keeping.
It updates the following dependencies to the latest stable version.
General dependencies
Dev / test dependencies
I verified the checked and all the changes are backward compatible, but I still think it's better to merge this post v2.2.0.