Skip to content

Commit

Permalink
[cmake] Re-add python stl_set tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Oct 28, 2024
1 parent 3091720 commit 8d57649
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bindings/pyroot/pythonizations/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8d57649

Please sign in to comment.