Skip to content

Commit

Permalink
Replace Colorama and Pygments in tests with Rich
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jan 3, 2024
1 parent c965611 commit dccf553
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 220 deletions.
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ cattrs==22.1.0
# via reformat-gherkin
cfgv==3.4.0
# via pre-commit
colorama==0.4.6
# via djlint
cssbeautifier==1.14.11
# via djlint
dill==0.3.7
Expand Down
2 changes: 0 additions & 2 deletions requirements/test.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
-r base.in
beautifulsoup4
colorama
coverage
coveralls
lxml
Pygments
pytest
pytest-asyncio
pytest-bdd
Expand Down
4 changes: 1 addition & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:1e77cd95c84f71006a8b56e292c4046a43da0859
# SHA1:53380f1a9e10714a4d23fbf55796f24dc0f348d8
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -14,8 +14,6 @@
# baseframe
beautifulsoup4==4.12.2
# via -r requirements/test.in
colorama==0.4.6
# via -r requirements/test.in
coverage[toml]==6.5.0
# via
# -r requirements/test.in
Expand Down
Loading

0 comments on commit dccf553

Please sign in to comment.