Skip to content

Commit 7181bc9

Browse files
committed
add more stuff to pyproject
1 parent 745643c commit 7181bc9

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

.github/workflows/check_node_latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- run: |
36-
uv pip install pyvirtualdisplay pillow pytest-split
36+
uv pip install pyvirtualdisplay
3737
uv run playwright install --with-deps
3838
- run: |
3939
uv run pytest tests/test_node_version.py

.github/workflows/integration_app_harness.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{ matrix.python-version }}
4848
run-uv-sync: true
4949

50-
- run: uv pip install pyvirtualdisplay pillow pytest-split pytest-retry
50+
- run: uv pip install pyvirtualdisplay
5151
- name: Run app harness tests
5252
env:
5353
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}

.github/workflows/pre-commit.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
run-uv-sync: true
2828

2929
# TODO pre-commit related stuff can be cached too (not a bottleneck yet)
30-
- run: |
31-
uv pip install pre-commit
30+
- run:
3231
uv run pre-commit run --all-files
3332
env:
3433
SKIP: update-pyi-files

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,8 @@ dev = [
149149
"toml >=0.10.2,<1.0",
150150
"granian[reload] >= 2.0.0",
151151
"psycopg[binary] >=3.2.6,<4.0",
152+
"pillow >=11.0.0,<12.0",
153+
"pytest-split >=0.10.0,<1.0",
154+
"pytest-retry >=1.7.0,<2.0",
155+
"pre-commit >=4.1.0,<5.0",
152156
]

uv.lock

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)