From 8d5764957e4bcb9cdc0bca44f83fb2fb4fe1815d Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Mon, 28 Oct 2024 13:31:59 +0100 Subject: [PATCH] [cmake] Re-add python stl_set tests --- bindings/pyroot/pythonizations/test/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bindings/pyroot/pythonizations/test/CMakeLists.txt b/bindings/pyroot/pythonizations/test/CMakeLists.txt index 44f87ed19cfbf..40bea60984b2d 100644 --- a/bindings/pyroot/pythonizations/test/CMakeLists.txt +++ b/bindings/pyroot/pythonizations/test/CMakeLists.txt @@ -23,9 +23,7 @@ ROOT_ADD_PYUNITTEST(pyroot_pyz_array_interface array_interface.py PYTHON_DEPS nu # STL containers pythonizations ROOT_ADD_PYUNITTEST(pyroot_pyz_stl_vector stl_vector.py) -if(NOT MSVC OR win_broken_tests) - ROOT_ADD_PYUNITTEST(pyroot_pyz_stl_set stl_set.py) -endif() +ROOT_ADD_PYUNITTEST(pyroot_pyz_stl_set stl_set.py) # TObject and subclasses pythonisations ROOT_ADD_PYUNITTEST(pyroot_pyz_tobject_contains tobject_contains.py)