Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit e016f58

Browse files
authored
Merge pull request #132 from jumpstarter-dev/typo
Fix typo in soc-pytest/pyproject.toml
2 parents 246d472 + c676011 commit e016f58

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

examples/soc-pytest/pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ requires-python = ">=3.11"
1212
dependencies = [
1313
"jumpstarter",
1414
"pytest>=8.3.2",
15-
# TODO: figure this out
16-
#"jumsptarter_imagehash",
17-
#"jumpstarter_driver_dutlink",
15+
"jumpstarter_imagehash",
16+
"jumpstarter_driver_dutlink",
1817
]
1918

2019
[tool.uv.sources]
2120
jumpstarter = { workspace = true }
22-
#jumpstarter-imagehash = { workspace = true }
23-
#jumpstarter-driver-dutlink = { workspace = true }
21+
jumpstarter-imagehash = { workspace = true }
22+
jumpstarter-driver-dutlink = { workspace = true }
2423

2524
[tool.pytest.ini_options]
2625
addopts = "-s --ignore examples/pytest/test_on_rpi4.py"
2726
log_cli = 1
28-
log_cli_level = "INFO"
27+
log_cli_level = "INFO"

uv.lock

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

0 commit comments

Comments
 (0)