We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e220255 commit d5d7921Copy full SHA for d5d7921
bindings/pyroot/pythonizations/test/CMakeLists.txt
@@ -172,13 +172,13 @@ if(roofit)
172
endif()
173
174
if (dataframe)
175
- # std::string_view in CPyCppyy
176
- ROOT_ADD_PYUNITTEST(pyroot_string_view string_view.py)
177
if(NOT MSVC OR win_broken_tests)
178
# Test wrapping Python callables for use in C++ using numba
179
ROOT_ADD_PYUNITTEST(pyroot_numbadeclare numbadeclare.py PYTHON_DEPS numba)
180
ROOT_ADD_PYUNITTEST(pyroot_rdf_filter_pyz rdf_filter_pyz.py PYTHON_DEPS numba)
181
ROOT_ADD_PYUNITTEST(pyroot_rdf_define_pyz rdf_define_pyz.py PYTHON_DEPS numba)
+ # std::string_view in CPyCppyy
+ ROOT_ADD_PYUNITTEST(pyroot_string_view string_view.py)
182
183
184
0 commit comments