From fe3acd1c67676342d8641b0138835ae57069b4dd Mon Sep 17 00:00:00 2001
From: Enric Tejedor Saavedra <enric.tejedor.saavedra@cern.ch>
Date: Mon, 18 Mar 2019 13:50:35 +0100
Subject: [PATCH] [Exp PyROOT] Tutorial pyroot-first now works on Python3 too

---
 tutorials/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
index 09068e9d107..0cb4df68a9e 100644
--- a/tutorials/CMakeLists.txt
+++ b/tutorials/CMakeLists.txt
@@ -459,7 +459,6 @@ if(ROOT_python_FOUND)
 
   if(${PYTHON_VERSION_MAJOR} GREATER_EQUAL 3)
     # These tests only fail in Py3 with PyROOT experimental
-    list(APPEND pyexp_fail tutorial-pyroot-first-py)
     list(APPEND pyexp_fail tutorial-pyroot-surfaces-py)
     list(APPEND pyexp_fail tutorial-pyroot-zdemo-py)
   endif()
-- 
GitLab