Skip to content

Commit 9ee8be2

Browse files
Remove spurious Playwright dependencies and regenerate uv.lock (#39)
1 parent 65d4cf4 commit 9ee8be2

3 files changed

Lines changed: 0 additions & 106 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
- name: Install dependencies
4545
run: uv sync --locked --dev --no-editable
4646

47-
- name: Install Playwright browsers
48-
run: uv run playwright install --with-deps chromium
49-
5047
- name: Run tests
5148
run: uv run pytest tests/ -v --tb=short
5249

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ requires-python = ">=3.14.0"
77
dependencies = [
88
"cvelib>=1.4.0",
99
"githubkit[auth-app]>=0.13.5",
10-
"playwright>=1.55.0",
1110
"python-dotenv>=1.0.0",
1211
]
1312

1413
[dependency-groups]
1514
dev = [
1615
"mock>=5.2.0",
1716
"pytest>=8.4.2",
18-
"pytest-playwright>=0.7.1",
1917
"pytest-sugar>=1.1.1",
2018
"ruff>=0.14.3",
2119
"ty>=0.0.1a25",

uv.lock

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

0 commit comments

Comments
 (0)