Skip to content

Commit 74cbc3b

Browse files
committed
Remove obsolete skipif for Python 2
1 parent 25c9071 commit 74cbc3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def test_format_captured_exceptions():
8888
assert "ValueError: errors were made" in lines
8989

9090

91-
@pytest.mark.skipif(sys.version_info.major == 2, reason="Python 3 only")
9291
def test_format_captured_exceptions_chained():
9392
try:
9493
try:

0 commit comments

Comments
 (0)