Skip to content
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

Fixes #2627: Failures with flake8 version 6.1.0 #2628

Merged

Conversation

stress-tess
Copy link
Member

This PR fixes #2627.

The latest version of flake8, 6.1.0, was released this weekend. This version update caused the CI to fail on master. This adds the changes needed for arkouda to pass.

NOTES:

  • Any existing PRs will fail until this is merged. Once it's merged they will need to rebase/merge with master to get these changes
  • We should all be sure to update our conda envs to have the latest version. For me the easiest way to do this was to blow away the old env and recreate from the yaml file. It might be necessary to update your conda channels with a command like
conda update -n base -c conda-forge conda

This PR fixes Bears-R-Us#2627.

flake8 latest version, 6.1.0, was release on 7/29. This version update was casuing the CI to fail on master. This adds the changes needed for arkouda to pass the lastes version of flake8.

We should all be sure to update our conda env to have the latest version. For me the easiest way to do this was to blow away the old env and recreate from the yaml file. It might be necessarry to update your conda channels
@Ethan-DeBandi99 Ethan-DeBandi99 added this pull request to the merge queue Aug 1, 2023
Merged via the queue into Bears-R-Us:master with commit 201dd11 Aug 1, 2023
@stress-tess stress-tess deleted the 2627_flake8_failures branch August 17, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flake8 failures on master
4 participants