Enable PYTHONASYNCIODEBUG in tests (#62104)

This commit is contained in:
Erik Montnemery
2021-12-21 10:35:48 +01:00
committed by GitHub
parent 7cdfc7558e
commit 7fb79b363a

View File

@@ -14,6 +14,7 @@ env:
DEFAULT_PYTHON: 3.8
PRE_COMMIT_CACHE: ~/.cache/pre-commit
SQLALCHEMY_WARN_20: 1
PYTHONASYNCIODEBUG: 1
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}