Files
rk35xx-android14/external/python/httplib2/setup.cfg
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

28 lines
503 B
INI

# [bdist_wheel]
# universal = 1
# FIXME universal wheels don't roll well with our 2/3 split code base
# https://github.com/httplib2/httplib2/pull/29
[coverage:run]
omit = */test/*
[flake8]
exclude = *.egg*,.env,.git,.tox,_*,build*,dist*,venv*,python2/,python3/
ignore = E261,W503
max-line-length = 121
[tool:pytest]
minversion = 3.2
addopts =
# --fulltrace
# -n auto
--cov-config=setup.cfg
--cov=httplib2
--noconftest
--showlocals
--strict
--tb=short
--timeout=17
--verbose
-ra