-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Sorting behaviour seemingly not stable across Python runtimes. #952
Labels
Comments
We are running into this as well the Travis build for wntrblm/nox#242, even after pinning the isort version. We had to turn off the call to isort in our Travis CI test. It's too bad because |
This should be fixed for the 5.0.0 release in spirit via this ticket: #1147 |
timothycrosley
added
duplicate
This issue or pull request already exists
enhancement
New feature or request
labels
Feb 17, 2020
musoke
added a commit
to auckland-cosmo/LearnAsYouGoEmulator
that referenced
this issue
Mar 9, 2020
- Configure github actions to run pre-commit on the repo to check style, etc. - Update to stable/new versions of hooks to avoid spurious failures from upstream updates. - Flag a few imports in tests and examples with NOQA. This is to avoid bugs in isort. In particular, isort is environment dependent. PyCQA/isort#1147 PyCQA/isort#952 PyCQA/isort#1007 - Disable one flake8 lint: 501, line too long
musoke
added a commit
to auckland-cosmo/LearnAsYouGoEmulator
that referenced
this issue
Mar 9, 2020
- Configure github actions to run pre-commit on the repo to check style, etc. - Update to stable/new versions of hooks to avoid spurious failures from upstream updates. - Flag a few imports in tests and examples with NOQA. This is to avoid bugs in isort. In particular, isort is environment dependent. PyCQA/isort#1147 PyCQA/isort#952 PyCQA/isort#1007 - Disable one flake8 lint: 501, line too long
musoke
added a commit
to auckland-cosmo/LearnAsYouGoEmulator
that referenced
this issue
Mar 9, 2020
- Configure github actions to run pre-commit on the repo to check style, etc. - Update to stable/new versions of hooks to avoid spurious failures from upstream updates. - Flag a few imports in tests and examples with NOQA. This is to avoid bugs in isort. In particular, isort is environment dependent. PyCQA/isort#1147 PyCQA/isort#952 PyCQA/isort#1007 - Disable one flake8 lint: 501, line too long
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As can be seen in this Travis-CI test run the isort checks are failing only under Pypy runtimes, despite
known_first_party
being declared. What have I missed or am doing wrong?The text was updated successfully, but these errors were encountered: