forked from falconry/falcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
22 lines (18 loc) · 775 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
[egg_info]
tag_build = a2
[wheel]
universal = 1
[aliases]
test=pytest
[tool:pytest]
filterwarnings =
ignore:Unknown REQUEST_METHOD. '(CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PUT|TRACE|CHECKIN|CHECKOUT|COPY|LOCK|MKCOL|MOVE|PROPFIND|PROPPATCH|REPORT|UNCHECKIN|UNLOCK|UPDATE|VERSION-CONTROL)':wsgiref.validate.WSGIWarning
ignore:Unknown REQUEST_METHOD. '(FOO|BAR|BREW|SETECASTRONOMY)':wsgiref.validate.WSGIWarning
ignore:"@coroutine" decorator is deprecated:DeprecationWarning
ignore:Using or importing the ABCs:DeprecationWarning
ignore:cannot collect test class 'TestClient':pytest.PytestCollectionWarning
env =
FALCON_ASGI_WRAP_NON_COROUTINES = Y
FALCON_TESTING_SESSION = Y
# PYTHONASYNCIODEBUG is optional
# PYTHONASYNCIODEBUG = 1