Skip to content

Commit f69238d

Browse files
author
Peter Braun
committed
tests run
1 parent 58c450b commit f69238d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,14 @@ dev = [
3737
'pytest-xprocess',
3838
'pre-commit',
3939
'ipykernel',
40-
'databroker==2.0.0b64',
40+
'databroker[all]==2.0.0b64',
4141
'ophyd',
4242
'tox',
4343
'mlzlog',
4444
'python-dotenv',
4545
'bluesky',
4646
'sphinx',
47-
'snakefmt',
48-
'pandas',
49-
'bluesky-tiled-plugins==2.0.0b64',
50-
'bson'
47+
'snakefmt'
5148
]
5249

5350

tests/test_RE.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ async def test_run_engine_count(cryo_sim, run_engine, cryo_node: SECoPNodeDevice
1717

1818
run = db[p]
1919

20-
data = run.primary.read()
20+
print(run[0])
21+
22+
data = run[0].primary.read()
2123

2224
cryo_dat = data[cryo_node.cryo.value.name]
2325

0 commit comments

Comments
 (0)