Skip to content

Commit

Permalink
Skip test in 3.8 that uses BUILD_TUPLE_UNPACK_WITH_CALL opcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen152 committed Apr 24, 2024
1 parent bd3b303 commit b5e788e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytype/rewrite/tests/test_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def g(a, b, x, y):
f(*a, **b)
""")

@test_utils.skipBeforePy((3, 9), 'Relies on 3.9+ bytecode')
def test_unpack_posargs(self):
self.Check("""
def f(x, y, z):
Expand Down

0 comments on commit b5e788e

Please sign in to comment.