From b5d27d9ffe7d950ebaedc198d0549d53c6735a9c Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Thu, 22 Nov 2018 18:56:54 +0100 Subject: 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 --- sources/pyside2/tests/registry/existence_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3