summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtests.py b/runtests.py
index 91a0dd257..cc79a5325 100755
--- a/runtests.py
+++ b/runtests.py
@@ -429,6 +429,9 @@ VER_DEP_MODULES = {
'run.pep526_variable_annotations', # typing module
'run.test_exceptions', # copied from Py3.7+
]),
+ (3,11,999): (operator.gt, lambda x: x in ['run.py_unicode_strings',
+ ]),
+
}
INCLUDE_DIRS = [ d for d in os.getenv('INCLUDE', '').split(os.pathsep) if d ]