File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ import sys
2+
13import numpy as np
2- from bokeh . io import output_file , save
4+ import pytest
35
46# bokeh imports
7+ from bokeh .io import output_file , save
58from bokeh .layouts import layout
69from bokeh .models import Select
710from bokeh .plotting import curdoc
11+
12+ # ctapipe imports
813from ctapipe .coordinates import EngineeringCameraFrame
914from ctapipe .instrument import CameraGeometry
1015from ZODB import DB
@@ -35,6 +40,7 @@ def test_make_camera_displays():
3540 make_camera_displays (test_dict , test_dict [runid ], runid )
3641
3742
43+ @pytest .mark .skipif (sys .platform == "darwin" )
3844def test_bokeh (tmp_path ):
3945 from nectarchain .dqm .bokeh_app .app_hooks import get_rundata , make_camera_displays
4046
Original file line number Diff line number Diff line change 1+ import sys
2+
3+ import pytest
14import transaction
25from ZODB import DB
36
47
8+ @pytest .mark .skipif (sys .platform == "darwin" )
59class TestDQMDB :
610 @classmethod
711 def setup_class (cls ):
You can’t perform that action at this time.
0 commit comments