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

Repair isort-check failure in master. #465

Merged
merged 1 commit into from
May 11, 2018

Conversation

kwlzn
Copy link
Contributor

@kwlzn kwlzn commented May 11, 2018

[omerta pex2 (master)]$ tox -e isort-check
GLOB sdist-make: /Users/kwilson/dev/pex2/setup.py
isort-check create: /Users/kwilson/dev/pex2/.tox/isort-check
isort-check installdeps: isort
isort-check inst: /Users/kwilson/dev/pex2/.tox/dist/pex-1.3.2.zip
isort-check installed: futures==3.2.0,isort==4.3.4,pex==1.3.2
isort-check runtests: PYTHONHASHSEED='1082216549'
isort-check runtests: commands[0] | isort -ns __init__.py -rc -c /Users/kwilson/dev/pex2/pex /Users/kwilson/dev/pex2/tests
ERROR: /Users/kwilson/dev/pex2/pex/link.py Imports are incorrectly sorted.
ERROR: /Users/kwilson/dev/pex2/pex/pex_builder.py Imports are incorrectly sorted.
ERROR: /Users/kwilson/dev/pex2/pex/compiler.py Imports are incorrectly sorted.
ERROR: /Users/kwilson/dev/pex2/pex/pex_info.py Imports are incorrectly sorted.
ERROR: /Users/kwilson/dev/pex2/pex/resolvable.py Imports are incorrectly sorted.
ERROR: /Users/kwilson/dev/pex2/tests/test_pex_builder.py Imports are incorrectly sorted.
ERROR: /Users/kwilson/dev/pex2/tests/test_finders.py Imports are incorrectly sorted.
ERROR: InvocationError: '/Users/kwilson/dev/pex2/.tox/isort-check/bin/isort -ns __init__.py -rc -c /Users/kwilson/dev/pex2/pex /Users/kwilson/dev/pex2/tests'
_______________________________________________________________ summary ________________________________________________________________
ERROR:   isort-check: commands failed
[omerta pex2 (kwlzn/isort_repair)]$ tox -e isort-run
GLOB sdist-make: /Users/kwilson/dev/pex2/setup.py
isort-run create: /Users/kwilson/dev/pex2/.tox/isort-run
isort-run installdeps: isort
isort-run inst: /Users/kwilson/dev/pex2/.tox/dist/pex-1.3.2.zip
isort-run installed: futures==3.2.0,isort==4.3.4,pex==1.3.2
isort-run runtests: PYTHONHASHSEED='3102512657'
isort-run runtests: commands[0] | isort -ns __init__.py -rc /Users/kwilson/dev/pex2/pex /Users/kwilson/dev/pex2/tests
Fixing /Users/kwilson/dev/pex2/pex/link.py
Fixing /Users/kwilson/dev/pex2/pex/pex_builder.py
Fixing /Users/kwilson/dev/pex2/pex/compiler.py
Fixing /Users/kwilson/dev/pex2/pex/pex_info.py
Fixing /Users/kwilson/dev/pex2/pex/resolvable.py
Fixing /Users/kwilson/dev/pex2/tests/test_pex_builder.py
Fixing /Users/kwilson/dev/pex2/tests/test_finders.py
Skipped 3 files
_______________________________________________________________ summary ________________________________________________________________
  isort-run: commands succeeded
  congratulations :)

@kwlzn
Copy link
Contributor Author

kwlzn commented May 11, 2018

TBR'ing this as soon as my fork goes green.

@kwlzn kwlzn merged commit 54ea55f into pex-tool:master May 11, 2018
This was referenced May 11, 2018
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.

1 participant