aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py')
-rw-r--r--sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py b/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
index 1551703a7..b7c21bbae 100644
--- a/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
+++ b/sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
@@ -21,7 +21,7 @@ from shibokensupport.signature import get_signature
class TestEnumFromRemovedNamespace(unittest.TestCase):
- @unittest.skipIf(sys.pyside63_option_python_enum, "Makes no sense with strict Enums")
+ @unittest.skipIf(sys.pyside6_option_python_enum, "Makes no sense with strict Enums")
def testEnumPromotedToGlobal(self):
sample.RemovedNamespace1_Enum
self.assertEqual(sample.RemovedNamespace1_Enum_Value0, 0)