We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ce13c commit 1f049dcCopy full SHA for 1f049dc
.github/workflows/sqlalchemy.yaml
@@ -42,4 +42,4 @@ jobs:
42
tar xf SQLAlchemy-1.4.25.tar.gz
43
cd SQLAlchemy-1.4.25
44
pip install .
45
- pytest --dburi=mysql://scott:[email protected]:3306/test?charset=utf8mb4 test/
+ pytest --dburi=mysql://scott:[email protected]:3306/test_schema?charset=utf8mb4 test/
0 commit comments