Skip to content

Commit

Permalink
Limit the C method test to 3.12+ (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian authored Feb 4, 2025
1 parent 25e2b5c commit bb8b2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def call_self(n):
expected_entries=6)


@unittest.skipIf(sys.version_info < (3, 12), "We only care about monitoring backend")
class TestIssue552(CmdlineTmpl):
def test_issue552(self):
script = textwrap.dedent("""
Expand Down

0 comments on commit bb8b2af

Please sign in to comment.