1 Star 1 Fork 1

WindyQin/PyHive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Jing Wang 提交于 2017-08-14 00:07 . Fail build on warnings
[egg_info]
tag_build = dev
[tool:pytest]
timeout = 100
timeout_method = thread
addopts = --random --tb=short --cov pyhive --cov-report html --cov-report term --flake8
norecursedirs = env
python_files = test_*.py
flake8-max-line-length = 100
flake8-ignore =
TCLIService/*.py ALL
pyhive/sqlalchemy_backports.py ALL
presto-server/** ALL
pyhive/hive.py F405
pyhive/presto.py F405
W503
filterwarnings =
error
# For Python 2 flake8
default:You passed a bytestring as `filenames`:DeprecationWarning:flake8.options.config
default::UnicodeWarning:_pytest.warnings
# TODO For old sqlalchemy
default:cgi.parse_qsl is deprecated:PendingDeprecationWarning:sqlalchemy.engine.url
# TODO
default:Did not recognize type:sqlalchemy.exc.SAWarning
default:The Binary type has been renamed to LargeBinary:sqlalchemy.exc.SADeprecationWarning
default:'async' and 'await' will become reserved keywords:DeprecationWarning
default:Please use assertRaisesRegex instead:DeprecationWarning
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/null_334/PyHive.git
git@gitee.com:null_334/PyHive.git
null_334
PyHive
PyHive
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385