Skip to content
Permalink
Browse files
Disable SQLAlchemy due to too many errors
  • Loading branch information
9EOR9 committed Apr 26, 2021
1 parent fd953a5 commit b0235e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
@@ -58,7 +58,7 @@ env:

matrix:
allow_failures:
- env: DB=mariadb:10.5 SQLALCHEMY=1
# - env: DB=mariadb:10.5 SQLALCHEMY=1
include:
- env: SKYSQL=true PYTHON_VER="3.9.0"
- env: DB=mariadb:10.4 PYTHON_VER="3.6.0"
@@ -67,16 +67,16 @@ else
fi
fi

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

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

0 comments on commit b0235e8

Please sign in to comment.