Skip to content

Commit

Permalink
skip test for CPython < 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Jan 23, 2025
1 parent a5e55a7 commit ac0239c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/internal/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ def test_non_deprecated_python_version():
assert len(w) == 0


@pytest.mark.skipif(sys.version_info < (3, 11), reason="Does not work with CPython < 3.11")
def test_module_watchdog_no_interal_frames_in_import_exceptions(module_watchdog):
try:
import tests.submod.import_test # noqa:F401
Expand Down

0 comments on commit ac0239c

Please sign in to comment.