Skip to content
Snippets Groups Projects
Commit ca299655 authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

[Exp PyROOT] Temporarily disable tests that use RooDataHist::plotOn

These tests will work again once this PR is merged:
https://github.com/root-project/root/pull/3640

The feature implemented by the PR consists in automatically adding
using declarations of methods from a base class to the derived
class. After the PR is merged, the feature will be provided by
the bindings.
parent 3938968e
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ if(roofit) ...@@ -86,7 +86,7 @@ if(roofit)
ROOT_ADD_PYUNITTEST(pyroot_pyz_rooabscollection_len rooabscollection_len.py) ROOT_ADD_PYUNITTEST(pyroot_pyz_rooabscollection_len rooabscollection_len.py)
# RooDataHist pythonisations # RooDataHist pythonisations
ROOT_ADD_PYUNITTEST(pyroot_pyz_roodatahist_ploton roodatahist_ploton.py) ROOT_ADD_PYUNITTEST(pyroot_pyz_roodatahist_ploton roodatahist_ploton.py ${PYTESTS_WILLFAIL})
endif() endif()
# std::string_view backport in CPyCppyy # std::string_view backport in CPyCppyy
......
...@@ -459,6 +459,9 @@ if(ROOT_python_FOUND) ...@@ -459,6 +459,9 @@ if(ROOT_python_FOUND)
tutorial-pyroot-tornado-py tutorial-pyroot-tornado-py
tutorial-pyroot-tree-py tutorial-pyroot-tree-py
tutorial-roofit-rf106_plotdecoration-py tutorial-roofit-rf106_plotdecoration-py
tutorial-roofit-rf315_projectpdf-py
tutorial-roofit-rf402_datahandling-py
tutorial-roofit-rf610_visualerror-py
tutorial-vecops-vo004_SortAndSelect-py tutorial-vecops-vo004_SortAndSelect-py
tutorial-vecops-vo005_Combinations-py) tutorial-vecops-vo005_Combinations-py)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment