aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtRemoteObjects
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtRemoteObjects')
-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()