Skip to content

Commit b0235e8

Browse files
committed
Disable SQLAlchemy due to too many errors
1 parent fd953a5 commit b0235e8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ env:
5858

5959
matrix:
6060
allow_failures:
61-
- env: DB=mariadb:10.5 SQLALCHEMY=1
61+
# - env: DB=mariadb:10.5 SQLALCHEMY=1
6262
include:
6363
- env: SKYSQL=true PYTHON_VER="3.9.0"
6464
- env: DB=mariadb:10.4 PYTHON_VER="3.6.0"

.travis/script.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ else
6767
fi
6868
fi
6969

70-
if [ -n "$SQLALCHEMY"] ; then
71-
pyenv install 3.9.0
72-
export PYENV_VERSION=3.9.0
73-
python setup.py build
74-
python setup.py install
75-
git clone https://github.com/sqlalchemy/sqlalchemy.git sqlalchemy
76-
cd sqlalchemy
77-
pytest --dburi "mariadb+mariadbconnector://sqlalchemy:foo@localhost/test?charset=utf8mb4"
78-
cd ..
79-
fi
70+
#if [ -n "$SQLALCHEMY"] ; then
71+
# pyenv install 3.9.0
72+
# export PYENV_VERSION=3.9.0
73+
# python setup.py build
74+
# python setup.py install
75+
# git clone https://github.com/sqlalchemy/sqlalchemy.git sqlalchemy
76+
# cd sqlalchemy
77+
# pytest --dburi "mariadb+mariadbconnector://sqlalchemy:root@localhost/test?charset=utf8mb4"
78+
# cd ..
79+
#fi
8080

8181
if [ -n "$BENCH" ] ; then
8282
# pyenv install pypy3.6-7.2.0

0 commit comments

Comments
 (0)