Skip to content

Commit

Permalink
add missing colorama dependency for isort
Browse files Browse the repository at this point in the history
isort[colors] recently removed their dependency on colorama. Add it back
until isort releases their fix to restore the dependency.

Signed-off-by: Taylor Madore <tmadore@redhat.com>
  • Loading branch information
taylormadore authored and brunoapimentel committed Dec 12, 2023
1 parent a92a5e1 commit 307dfeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ commands =

[testenv:isort]
skip_install = true
# Remove colorama after https://github.com/PyCQA/isort/issues/2211 is released
deps =
isort[colors]
colorama
commands =
isort --check --diff --color cachito tests

Expand Down

0 comments on commit 307dfeb

Please sign in to comment.