mirror of https://github.com/Textualize/rich.git
conditional test
This commit is contained in:
parent
1799d3ba0d
commit
aeac63da7a
|
@ -97,6 +97,7 @@ def test_small_width():
|
|||
assert result == expected
|
||||
|
||||
|
||||
@skip_py36
|
||||
def test_broken_repr():
|
||||
class BrokenRepr:
|
||||
def __repr__(self):
|
||||
|
|
Loading…
Reference in New Issue