Skip to content

Commit 05e5594

Browse files
committed
add pytest to test the image pull policy
1 parent 3b7537e commit 05e5594

3 files changed

Lines changed: 41 additions & 12 deletions

File tree

pixi.lock

Lines changed: 39 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ tiled-client = ">0.1.b035"
1010
prefect-docker = "*"
1111
databroker = "*"
1212
pandas = "*"
13-
event-model = "*"
14-
tqdm = "*"
13+
pytest = "*"

processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from prefect import flow, task, get_run_logger
22
from tiled.client import from_profile
3+
import pytest
34

45
tiled_client = from_profile("nsls2")["chx"]
56
tiled_client_chx = tiled_client["raw"]

0 commit comments

Comments
 (0)