Skip to content

Commit e5f5855

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/cache-4.2.4
2 parents 0db91d3 + 53a9580 commit e5f5855

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/link/test_migration.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
import sys
2+
from unittest import skipIf
3+
14
from django.test.testcases import TestCase
25

36

7+
@skipIf(sys.version_info < (3, 10), "Python 3.10 or higher required")
48
class LinkMigrationTestCase(TestCase):
59
def setUp(self):
610
import importlib

0 commit comments

Comments
 (0)