summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-09-06 21:12:03 +0200
committerFederico Caselli <cfederico87@gmail.com>2021-09-06 22:27:07 +0200
commitb1c50ad223957606a5d5d461f415b3514493eec4 (patch)
tree4e2d87ea26b574f9c9295d56afebdea90cdb04ea /.github
parentd640192877e4d1da75e8dea34d2374c404e80538 (diff)
downloadsqlalchemy-workflow_test_aiosqlite.tar.gz
Add async tests to the github workflowworkflow_test_aiosqlite
Fixes: #6967 Change-Id: I222cb5bdedf572e734c827d72bcbced202cdd62f
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-test.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml
index 7f6de8a21..0d9a8e9ed 100644
--- a/.github/workflows/run-test.yaml
+++ b/.github/workflows/run-test.yaml
@@ -46,6 +46,9 @@ jobs:
# autocommit tests fail on the ci for some reason
- python-version: "pypy3"
pytest-args: "-k 'not test_autocommit_on and not test_turn_autocommit_off_via_default_iso_level and not test_autocommit_isolation_level'"
+ # add aiosqlite on linux
+ - os: "ubuntu-latest"
+ pytest-args: "--dbdriver pysqlite --dbdriver aiosqlite"
exclude:
# c-extensions fail to build on windows for python 2.7