File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments