aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2025-03-13 19:28:25 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2025-11-25 17:03:44 +0100
commitec6ed315cb58d4a8f5215fc4452226f36066829a (patch)
treecaabc3a536c0495b9514e0c8068a026071951d04 /sources/pyside6
parent4923cd128e9d3ff4e8279dae1382ff000c99bfa5 (diff)
Remote Objects: Enable tests on macOS / ARM
Amends 19abd816e73bebdd489408d0a3b7676822bff39c. Task-number: PYSIDE-862 Change-Id: Icf499f17eb7cf0e4b3805efbfc98ab462063574e Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/tests/QtRemoteObjects/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/pyside6/tests/QtRemoteObjects/CMakeLists.txt b/sources/pyside6/tests/QtRemoteObjects/CMakeLists.txt
index ace1a00fa..72e7d3cea 100644
--- a/sources/pyside6/tests/QtRemoteObjects/CMakeLists.txt
+++ b/sources/pyside6/tests/QtRemoteObjects/CMakeLists.txt
@@ -1,11 +1,8 @@
# Copyright (C) 2025 Ford Motor Company
# SPDX-License-Identifier: BSD-3-Clause
-# FIXME: TypeError: Failed to generate default value. Error: name 'int' is not defined. Problematic code: int(2)
-if(NOT APPLE)
PYSIDE_TEST(repfile_test.py)
PYSIDE_TEST(dynamic_types_test.py)
PYSIDE_TEST(integration_test.py)
add_subdirectory(cpp_interop)
-endif()