mirror of
https://github.com/Textualize/rich.git
synced 2025-08-10 04:58:07 +00:00
skip tests on windows
This commit is contained in:
parent
b44cf8fe07
commit
d89c29200b
2 changed files with 4 additions and 1 deletions
|
@ -494,8 +494,9 @@ def test_no_nested_live():
|
|||
pass
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
|
||||
def test_screen():
|
||||
console = Console(force_terminal=True, force_interactive=True)
|
||||
console = Console(color_system=None, force_terminal=True, force_interactive=True)
|
||||
with console.capture() as capture:
|
||||
with console.screen():
|
||||
console.print("Don't panic")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue