-
Notifications
You must be signed in to change notification settings - Fork 904
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
Bump isort
to 5.6.4
and remove isort
overrides made for 5.0.7
#8755
Bump isort
to 5.6.4
and remove isort
overrides made for 5.0.7
#8755
Conversation
@@ -1,5 +1,5 @@ | |||
# Copyright (c) 2018-2021, NVIDIA CORPORATION. | |||
from cudf.utils.gpu_utils import validate_setup # isort:skip | |||
from cudf.utils.gpu_utils import validate_setup |
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.
Just pointing out that this is an unrelated override that can also be removed as this line will not be resorted by 5.6.4
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.
We need to bump versions in dev .yml files: https://github.com/rapidsai/cudf/tree/branch-21.08/conda/environments
and also requirements.txt files that are in this repo.
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8755 +/- ##
===============================================
Coverage ? 10.54%
===============================================
Files ? 116
Lines ? 18907
Branches ? 0
===============================================
Hits ? 1993
Misses ? 16914
Partials ? 0 Continue to review full report at Codecov.
|
isort
overrides made for 5.0.7isort
to 5.6.4
and remove isort
overrides made for 5.0.7
@gpucibot merge |
Update isort to 5.6.4 to match cudf. rapidsai/cudf#8755. also remove unused references to nvstrings/nvcategory. Authors: - Christopher Harris (https://github.com/cwharris) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - AJ Schmidt (https://github.com/ajschmidt8) URL: #822
As a follow up to rapidsai/integration#286 being merged and bumping gpuCI's
isort
version to 5.6.4, this removes the temporary overrides made to avoid failures with the old conflicting version.