Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repair isort-check failure in master. (#465)
[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 :)
- Loading branch information