App tests hang on Windows with Python 3.9 (#15385)
App tests hang on Windows with Python 3.8
This commit is contained in:
parent
5eafa52596
commit
6b8f394001
|
@ -267,7 +267,7 @@ subprojects:
|
|||
- "app-pytest (ubuntu-20.04, lightning, 3.9, latest)"
|
||||
- "app-pytest (windows-2022, app, 3.8, latest)"
|
||||
- "app-pytest (windows-2022, app, 3.8, oldest)"
|
||||
- "app-pytest (windows-2022, lightning, 3.9, latest)"
|
||||
- "app-pytest (windows-2022, lightning, 3.8, latest)"
|
||||
|
||||
- id: "lightning_app: Examples"
|
||||
paths:
|
||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
# "lightning" installs the monolithic package
|
||||
- {os: "macOS-11", pkg-name: "lightning", python-version: "3.9", requires: "latest"}
|
||||
- {os: "ubuntu-20.04", pkg-name: "lightning", python-version: "3.9", requires: "latest"}
|
||||
- {os: "windows-2022", pkg-name: "lightning", python-version: "3.9", requires: "latest"}
|
||||
- {os: "windows-2022", pkg-name: "lightning", python-version: "3.8", requires: "latest"}
|
||||
|
||||
# Timeout: https://stackoverflow.com/a/59076067/4521646
|
||||
timeout-minutes: 30
|
||||
|
|
Loading…
Reference in New Issue