File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 58
58
59
59
matrix :
60
60
allow_failures :
61
- - env : DB=mariadb:10.5 SQLALCHEMY=1
61
+ # - env: DB=mariadb:10.5 SQLALCHEMY=1
62
62
include :
63
63
- env : SKYSQL=true PYTHON_VER="3.9.0"
64
64
- env : DB=mariadb:10.4 PYTHON_VER="3.6.0"
Original file line number Diff line number Diff line change 67
67
fi
68
68
fi
69
69
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
80
80
81
81
if [ -n " $BENCH " ] ; then
82
82
# pyenv install pypy3.6-7.2.0
You can’t perform that action at this time.
0 commit comments