Update the Dashboard notification color

This commit is contained in:
Michael Mintz 2020-12-19 14:43:08 -05:00
parent 1cc8c245ed
commit dfd0ad1eff
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ def pytest_runtest_setup():
star_len = len("Dashboard: ") + len(dashboard_html)
stars = "*" * star_len
colorama.init(autoreset=True)
c1 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX
c1 = colorama.Fore.BLUE + colorama.Back.LIGHTCYAN_EX
cr = colorama.Style.RESET_ALL
if "linux" in sys.platform:
c1 = ''