Skip to content

Commit

Permalink
Enable PyROOT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert committed Jul 4, 2023
1 parent 83b4a60 commit c808cda
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import pytest
import os as _os

import ROOT as _ROOT
import pyg4ometry as _pyg4ometry

pytestmark = pytest.mark.xfail(run=True, reason="requires PyROOT")


def gdml2ROOT(gdmlFileName, rootFileName):
_ROOT.TGeoManager.SetVerboseLevel(0)
Expand Down

0 comments on commit c808cda

Please sign in to comment.