Skip to content
Snippets Groups Projects
Commit 9ff6e8d1 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Only add dataframe python tests if pyroot is ON

parent bf51497d
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,10 @@ endif() ...@@ -53,8 +53,10 @@ endif()
ROOT_ADD_GTEST(datasource_lazy datasource_lazy.cxx LIBRARIES ROOTDataFrame) ROOT_ADD_GTEST(datasource_lazy datasource_lazy.cxx LIBRARIES ROOTDataFrame)
#### PYTHON TESTS #### #### PYTHON TESTS ####
if(NOT MSVC OR win_broken_tests) if(pyroot)
ROOT_ADD_PYUNITTEST(dataframe_misc dataframe_misc.py) if(NOT MSVC OR win_broken_tests)
ROOT_ADD_PYUNITTEST(dataframe_histograms dataframe_histograms.py) ROOT_ADD_PYUNITTEST(dataframe_misc dataframe_misc.py)
ROOT_ADD_PYUNITTEST(dataframe_cache dataframe_cache.py ENVIRONMENT EXP_PYROOT=${pyroot_experimental}) ROOT_ADD_PYUNITTEST(dataframe_histograms dataframe_histograms.py)
ROOT_ADD_PYUNITTEST(dataframe_cache dataframe_cache.py ENVIRONMENT EXP_PYROOT=${pyroot_experimental})
endif()
endif() endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment