Skip to content

Commit d5d7921

Browse files
committed
[test] Disable test for Windows
Shows the usual errors on Windows that a file cannot be removed, even though nothing is using it.
1 parent e220255 commit d5d7921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/pyroot/pythonizations/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ if(roofit)
172172
endif()
173173

174174
if (dataframe)
175-
# std::string_view in CPyCppyy
176-
ROOT_ADD_PYUNITTEST(pyroot_string_view string_view.py)
177175
if(NOT MSVC OR win_broken_tests)
178176
# Test wrapping Python callables for use in C++ using numba
179177
ROOT_ADD_PYUNITTEST(pyroot_numbadeclare numbadeclare.py PYTHON_DEPS numba)
180178
ROOT_ADD_PYUNITTEST(pyroot_rdf_filter_pyz rdf_filter_pyz.py PYTHON_DEPS numba)
181179
ROOT_ADD_PYUNITTEST(pyroot_rdf_define_pyz rdf_define_pyz.py PYTHON_DEPS numba)
180+
# std::string_view in CPyCppyy
181+
ROOT_ADD_PYUNITTEST(pyroot_string_view string_view.py)
182182
endif()
183183
endif()
184184

0 commit comments

Comments
 (0)