Skip to content

Commit eeb3fcd

Browse files
committed
Disable running windows python tests for now
1 parent 739074f commit eeb3fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ set (target_modules
6565

6666
if (NOT YUP_PLATFORM_EMSCRIPTEN)
6767
list (APPEND target_modules yup_gui yup_audio_gui)
68-
if (YUP_PLATFORM_DESKTOP)
68+
if (YUP_PLATFORM_DESKTOP AND NOT YUP_PLATFORM_WINDOWS)
6969
list (APPEND target_modules yup_python)
7070
endif()
7171
list (APPEND target_gtest_modules
@@ -78,7 +78,7 @@ else()
7878
GTest::gmock_main)
7979
endif()
8080

81-
if (YUP_PLATFORM_MAC OR YUP_PLATFORM_WINDOWS)
81+
if (YUP_PLATFORM_MAC) # OR YUP_PLATFORM_WINDOWS)
8282
set (python_tools_path "${CMAKE_CURRENT_LIST_DIR}/../python/tools")
8383
set (python_target_name "${target_name}_python_stdlib")
8484

0 commit comments

Comments
 (0)