aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2018-11-22 18:56:54 +0100
committerChristian Tismer <tismer@stackless.com>2018-12-22 12:40:05 +0000
commitb5d27d9ffe7d950ebaedc198d0549d53c6735a9c (patch)
tree48e2ffd50a729dc9228ac8f5f4c4ca38fde4a55f /sources/pyside2/tests
parent73a9168ad56559bb3fba0d93866b05a7fde812de (diff)
Activate existence_test.py for 5.12
There have been a lot of changes and enhancements when recursive classes were enabled and type hinting was created. When these patches are stable and checked in, this follow-up should be activated and all signature files re-created. Task-number: PYSIDE-735 Change-Id: I0c80c7986a5e02e380760d0a6b89faa7be2be2ba Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/tests')
-rw-r--r--sources/pyside2/tests/registry/existence_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/registry/existence_test.py b/sources/pyside2/tests/registry/existence_test.py
index 762a5888e..83f9d79f9 100644
--- a/sources/pyside2/tests/registry/existence_test.py
+++ b/sources/pyside2/tests/registry/existence_test.py
@@ -136,7 +136,7 @@ class TestSignaturesExists(unittest.TestCase):
warn(msgMultiSignatureCount(key, found_sigs[key], value))
self.assertTrue(check_warnings())
-tested_versions = (5, 6), (5, 9), (5, 11) #, (5, 12) # activate this, soon!
+tested_versions = (5, 6), (5, 9), (5, 11), (5, 12)
if not have_refmodule and is_ci and qt_version()[:2] in tested_versions:
class TestFor_CI_Init(unittest.TestCase):