Skip to content

Commit e652f70

Browse files
fix dependecy issue with solara-test
1 parent 36b69bf commit e652f70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
python -m pip install jupyter_core jupyter-packaging "jupyterlab<4" "$(find dist -name '*.whl')"
117117
python -m pip install pytest "pytest-playwright<0.6"
118118
python -m pip install "solara-ui[all] @ ${PKG_URL}/solara/solara_ui-1.57.3-py3-none-any.whl"
119-
python -m pip install "solara-server[starlette,dev] @ ${PKG_URL}/solara-server/solara_server-1.57.3-py3-none-any.whl"
119+
python -m pip install "starlette<1" "solara-server[starlette,dev] @ ${PKG_URL}/solara-server/solara_server-1.57.3-py3-none-any.whl"
120120
python -m pip install "pytest-ipywidgets[all] @ ${PKG_URL}/pytest-ipywidgets/pytest_ipywidgets-1.57.3-py3-none-any.whl"
121121
- name: Install chromium
122122
run: playwright install chromium

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ content-type = "text/markdown"
4242

4343
[project.optional-dependencies]
4444
dev = ["nox", "pre-commit", "mypy"]
45-
test = ["pytest", "pytest-playwright<0.6", "jupyterlab<4", "solara[pytest]"]
45+
test = ["pytest", "pytest-playwright<0.6", "jupyterlab<4", "solara[pytest]", "starlette<1"]
4646
doc = ["sphinx<7", "jupyter-sphinx", "ipykernel", "pydata-sphinx-theme"]
4747

4848
[tool.setuptools]

0 commit comments

Comments
 (0)