Skip to content

Commit 0b2df68

Browse files
committed
Switch back to full tests, by pinning persistent version
1 parent e20523b commit 0b2df68

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
- pip:
2525
- zeo
2626
- zodb
27+
- persistent<6.2
2728
- mechanize
2829
- browser-cookie3
2930
- pyqtgraph

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies = [
2626
"iminuit",
2727
"matplotlib",
2828
"pandas",
29+
"persistent<6.2",
2930
"scipy",
3031
"zodb",
3132
"zeo",

src/nectarchain/dqm/bokeh_app/tests/test_app_hooks.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import sys
2-
31
import numpy as np
4-
import pytest
52

63
# bokeh imports
74
from bokeh.io import output_file, save
@@ -40,7 +37,6 @@ def test_make_camera_displays():
4037
make_camera_displays(test_dict, test_dict[runid], runid)
4138

4239

43-
@pytest.mark.skipif(sys.platform == "darwin")
4440
def test_bokeh(tmp_path):
4541
from nectarchain.dqm.bokeh_app.app_hooks import get_rundata, make_camera_displays
4642

src/nectarchain/dqm/tests/test_db_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
import sys
2-
3-
import pytest
41
import transaction
52
from ZODB import DB
63

74

8-
@pytest.mark.skipif(sys.platform == "darwin")
95
class TestDQMDB:
106
@classmethod
117
def setup_class(cls):

0 commit comments

Comments
 (0)