forked from nameko/nameko-grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (33 loc) · 807 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[bdist_wheel]
universal = 1
[flake8]
exclude =
.git,
.tox,
__pycache__,
*_pb2.py
*_pb2_grpc.py
max-line-length = 88
[isort]
line_length=88
known_first_party=nameko_grpc
known_standard_library=importlib,enum
indent=' '
multi_line_output=3
include_trailing_comma=true
forced_separate=
test
helpers
*_pb2
default_section=THIRDPARTY
lines_after_imports=2
skip=.tox,.git
[tool:pytest]
markers =
equivalence: equivalence tests run against nameko and grpc clients and servers.
secure: use secure connections betweeen grpc client and server.
interop: interop tests run the GRPC interop tests against the nameko server.
filterwarnings =
ignore::DeprecationWarning:eventlet.patcher
ignore::DeprecationWarning:dns.hash
ignore::DeprecationWarning:dns.namedict