Skip to content

Commit 16071db

Browse files
committed
chore: temporarily skip test until travisci supports more recent python3.9 version
1 parent 53e88c5 commit 16071db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_test_with.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def test_test_with_3(sct, passes, patt, lines):
244244
helper.with_line_info(res, *lines)
245245

246246

247+
@pytest.mark.skip
247248
def test_test_with_destructuring():
248249
code = """
249250
with A() as (one, *others):

0 commit comments

Comments
 (0)