2014-03-24 11:25:22 +04:00
|
|
|
[egg_info]
|
|
|
|
tag_build = dev
|
|
|
|
|
|
|
|
[pytest]
|
2016-08-02 04:50:06 +03:00
|
|
|
timeout = 100
|
|
|
|
timeout_method = thread
|
2016-05-22 01:58:06 +03:00
|
|
|
addopts = --random --tb=short --cov pyhive --cov-report html --cov-report term --flake8
|
2014-03-24 11:25:22 +04:00
|
|
|
norecursedirs = env
|
|
|
|
python_files = test_*.py
|
2016-05-22 01:58:06 +03:00
|
|
|
flake8-max-line-length = 100
|
|
|
|
flake8-ignore =
|
|
|
|
TCLIService/*.py ALL
|
|
|
|
pyhive/sqlalchemy_backports.py ALL
|
2017-04-22 23:24:17 +03:00
|
|
|
presto-server/** ALL
|
2016-06-21 20:25:47 +03:00
|
|
|
pyhive/hive.py F405
|
|
|
|
pyhive/presto.py F405
|