disable test on windows

This commit is contained in:
Will McGugan 2020-11-07 15:27:37 +00:00
parent 66bb97f2c4
commit 149af242d0
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ from rich.text import Span, Text
def test_decode():
console = Console(force_terminal=True, color_system="truecolor")
console = Console(
force_terminal=True, legacy_windows=False, color_system="truecolor"
)
console.begin_capture()
console.print("Hello")
console.print("[b]foo[/b]")