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

switch pytest-sugar -> pytest-pretty #204

Merged
merged 3 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/testing.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ coverage
dirty-equals
pytest
pytest-mock
pytest-sugar
pytest-pretty
pytest-timeout
16 changes: 9 additions & 7 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,40 @@
#
attrs==22.1.0
# via pytest
commonmark==0.9.1
# via rich
coverage==6.4.4
# via -r requirements/testing.in
dirty-equals==0.5.0
# via -r requirements/testing.in
iniconfig==1.1.1
# via pytest
packaging==21.3
# via
# pytest
# pytest-sugar
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pygments==2.13.0
# via rich
pyparsing==3.0.9
# via packaging
pytest==7.1.3
# via
# -r requirements/testing.in
# pytest-mock
# pytest-sugar
# pytest-pretty
# pytest-timeout
pytest-mock==3.8.2
# via -r requirements/testing.in
pytest-sugar==0.9.5
pytest-pretty==0.0.1
# via -r requirements/testing.in
pytest-timeout==2.1.0
# via -r requirements/testing.in
pytz==2022.2.1
# via dirty-equals
termcolor==1.1.0
# via pytest-sugar
rich==12.6.0
# via pytest-pretty
tomli==2.0.1
# via pytest
typing-extensions==4.3.0
Expand Down