7 Star 0 Fork 8

openGauss/openGauss-sqlalchemy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
zxl 提交于 2022-11-18 14:45 . adapter for alembic and sqlalchemy-migrate
[tox]
envlist = py27, py37, py38, py38_dc
[testenv]
install_command=python -m pip install {env:TOX_PIP_OPTS:} {opts} {packages}
deps =
pytest>=4.6.11,<5.0; python_version < '3'
pytest>=6.2,<8; python_version >= '3'
mock; python_version < '3.3'
psycopg2>=2.8.6,<2.9; python_version < '3'
alembic>=0.9.7
sqlalchemy-migrate==0.13.0
base_command=python -m pytest --rootdir {toxinidir} --maxfail 1
passenv = LD_LIBRARY_PATH PYTHONPATH
[testenv:py27]
basepython = python2.7
commands = {[testenv]base_command} --db opengauss_psycopg2 {posargs}
[testenv:py37]
basepython = python3.7
commands = {[testenv]base_command} --db opengauss_psycopg2 {posargs}
[testenv:py38]
basepython = python3.8
commands = {[testenv]base_command} --db opengauss_psycopg2 {posargs}
[testenv:py38_dc]
basepython = python3.8
commands = {[testenv]base_command} --db opengauss_dc_psycopg2 {posargs}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opengauss/openGauss-sqlalchemy.git
[email protected]:opengauss/openGauss-sqlalchemy.git
opengauss
openGauss-sqlalchemy
openGauss-sqlalchemy
master

搜索帮助