Skip to content

Commit

Permalink
Avoid newer isort for flake8 tests
Browse files Browse the repository at this point in the history
Do not install the latest isort because it currently breaks
flake8-isort. This pinning should be removed as soon as
gforcada/flake8-isort#88 is resolved.
  • Loading branch information
arthurdejong committed Jul 9, 2020
1 parent 17b9a87 commit 841ea39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -18,6 +18,9 @@ deps = flake8
flake8-tidy-imports
flake8-tuple
pep8-naming
# keep the following until this is fixed:
# https://github.com/gforcada/flake8-isort/issues/88
isort<5
commands = flake8 muninplot setup.py

[testenv:eslint]
Expand Down

0 comments on commit 841ea39

Please sign in to comment.