Skip to content

Commit 0e4b1e8

Browse files
committed
chore(libviewer): add and install pytest as a dev dependency
1 parent 647ad08 commit 0e4b1e8

File tree

3 files changed

+73
-4
lines changed

3 files changed

+73
-4
lines changed

.github/workflows/l-libcommon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
uses: ./.github/workflows/_unit-tests-python.yml
3838
with:
3939
working-directory: libs/libviewer
40+
poetry-args: "--with dev"
4041
secrets: inherit

libs/libviewer/poetry.lock

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

libs/libviewer/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ click = "8.1.8"
1111
pyarrow = "15.0.2"
1212
huggingface-hub = {version = "^0.31.0", extras = ["hf-transfer"]}
1313

14+
[tool.poetry.group.dev.dependencies]
15+
pytest = "^8.0.0"
16+
1417
[tool.poetry.build]
1518
script = "build.py"
1619

0 commit comments

Comments
 (0)