Skip to content

Commit ca33259

Browse files
committed
fix: comment slightly misleading
1 parent 0289d3e commit ca33259

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,13 @@ jobs:
9898

9999
- name: Install runtime + test dependencies
100100
# Install from the pinned lock file for deterministic dependency
101-
# resolution (closes #47). pytest is added on top — it is not in
102-
# requirements-lock.txt because it is a dev-only dep. pywebview is
101+
# resolution (closes #47). pytest and hypothesis are added on top — not in
102+
# requirements-lock.txt (dev-only). pywebview is
103103
# the desktop-launcher dep and pulls GTK / Qt system libraries on
104104
# Linux — intentionally excluded from the CI unittest matrix.
105105
run: |
106106
python -m pip install --upgrade pip
107107
python -m pip install -r requirements-lock.txt
108-
# Dev-only (not in requirements-lock.txt): pytest + hypothesis for unittest/property tests.
109108
python -m pip install 'pytest>=8,<9' 'hypothesis>=6.100,<7'
110109
111110
- name: Run unittest suite

0 commit comments

Comments
 (0)