mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Enable PYTHONASYNCIODEBUG in tests (#62104)
This commit is contained in:
parent
7cdfc7558e
commit
7fb79b363a
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -14,6 +14,7 @@ env:
|
|||||||
DEFAULT_PYTHON: 3.8
|
DEFAULT_PYTHON: 3.8
|
||||||
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
||||||
SQLALCHEMY_WARN_20: 1
|
SQLALCHEMY_WARN_20: 1
|
||||||
|
PYTHONASYNCIODEBUG: 1
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user