代码拉取完成,页面将自动刷新
[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}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。