File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22---------
33
4- 1.2.0 - 2025-12-12
5- ^^^^^^^^^^^^^^^^^^
6-
7- - Fix possible `IndexError ` when number of tests changes
8- - Add support for Python 3.14 and pytest 9
9- - Drop support for EOL Python 3.8/3.9 and pytest 6
10-
1141.1.1 - 2025-08-23
125^^^^^^^^^^^^^^^^^^
136
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pytest-sugar"
3- version = " 1.2.0 "
3+ version = " 1.1.1 "
44description = " Pytest plugin that adds a progress bar and other visual enhancements"
55authors = [" Teemu <orkkiolento@gmail.com>" , " Janne Vanhala <janne.vanhala@gmail.com>" ]
66license = " BSD-3-Clause"
Original file line number Diff line number Diff line change 2828from _pytest .terminal import TerminalReporter , format_session_duration
2929from termcolor import colored
3030
31- __version__ = "1.2.0 "
31+ __version__ = "1.1.1 "
3232
3333LEN_RIGHT_MARGIN = 0
3434LEN_PROGRESS_PERCENTAGE = 5
You can’t perform that action at this time.
0 commit comments