Skip to content

Commit

Permalink
update use of pytest.skip per deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Feb 4, 2022
1 parent fb2e0f4 commit b9b3b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instantiate/test_positional_only_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

if sys.version_info < (3, 8):
skip(
msg="Positional-only syntax is only supported in Python 3.8 or newer",
reason="Positional-only syntax is only supported in Python 3.8 or newer",
allow_module_level=True,
)

Expand Down

0 comments on commit b9b3b2f

Please sign in to comment.