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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}