Skip to content

Commit 58af569

Browse files
committed
test
1 parent 709ef66 commit 58af569

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ py-snapshots:
138138
uv run --group test pytest \
139139
tests/_server/templates/test_templates.py \
140140
tests/_server/api/endpoints/test_export.py \
141-
tests/test_api.py
141+
tests/test_api.py \
142+
tests/test_project_dependencies.py
142143

143144
##############
144145
# Packaging #

tests/snapshots/dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ starlette>=0.37.2
1616
tomlkit>=0.12.0
1717
typing_extensions>=4.4.0; python_version < '3.11'
1818
uvicorn>=0.22.0
19-
websockets >= 14.2.0
19+
websockets >= 14.2.0

0 commit comments

Comments
 (0)