summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
authormatsjoyce <matsjoyce@gmail.com>2021-05-15 21:49:39 +0100
committerGitHub <noreply@github.com>2021-05-15 22:49:39 +0200
commite93c2c556c5c15148763b26c6e3eef35ee88a22f (patch)
tree069de826aace5faaba1e54297fff57d81394ccd9 /runtests.py
parentfa922c9d21ffd6b0c4650e03b4cef1048d17947f (diff)
downloadcython-e93c2c556c5c15148763b26c6e3eef35ee88a22f.tar.gz
Fix annotations for decorated classes (GH-4151)
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.py b/runtests.py
index b465918e6..3887b2832 100755
--- a/runtests.py
+++ b/runtests.py
@@ -443,6 +443,7 @@ VER_DEP_MODULES = {
'run.time_pxd', # _PyTime_GetSystemClock doesn't exist in 3.4
]),
(3,7): (operator.lt, lambda x: x in ['run.pycontextvar',
+ 'run.pep557_dataclasses', # dataclasses module
]),
}