============================= test session starts ============================== platform linux -- Python 3.10.0, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /build/python-klein/src/klein-21.8.0 plugins: hypothesis-6.17.0 collected 242 items src/klein/test/test_app.py .............................. [ 12%] src/klein/test/test_exports.py ..... [ 14%] src/klein/test/test_form.py ..................... [ 23%] src/klein/test/test_headers.py ..................................... [ 38%] src/klein/test/test_headers_compat.py .............. [ 44%] src/klein/test/test_memory.py ... [ 45%] src/klein/test/test_plating.py ....................... [ 54%] src/klein/test/test_request.py ........... [ 59%] src/klein/test/test_request_compat.py ....... [ 62%] src/klein/test/test_requirer.py ..... [ 64%] src/klein/test/test_resource.py ........................................ [ 80%] ......................... [ 91%] src/klein/test/test_response.py ........... [ 95%] src/klein/test/test_session.py ........ [ 99%] src/klein/test/test_trial.py .. [100%] =============================== warnings summary =============================== ../../../../usr/lib/python3.10/site-packages/twisted/web/test/test_web.py:27 /usr/lib/python3.10/site-packages/twisted/web/test/test_web.py:27: DeprecationWarning: twisted.test.proto_helpers.EventLoggingObserver was deprecated in Twisted 19.7.0: Please use twisted.internet.testing.EventLoggingObserver instead. from twisted.test.proto_helpers import EventLoggingObserver src/klein/_form.py:132: 9 warnings src/klein/test/test_form.py: 14 warnings /build/python-klein/src/klein-21.8.0/src/klein/_form.py:132: DeprecationWarning: assoc is deprecated and will be removed after 2018/01. return attr.assoc( src/klein/test/test_form.py:37 /build/python-klein/src/klein-21.8.0/src/klein/test/test_form.py:37: PytestCollectionWarning: cannot collect test class 'TestObject' because it has a __init__ constructor (from: src/klein/test/test_form.py) @attr.s(auto_attribs=True, hash=False) src/klein/test/test_form.py: 17 warnings /build/python-klein/src/klein-21.8.0/src/klein/_form.py:340: DeprecationWarning: assoc is deprecated and will be removed after 2018/01. yield attr.assoc( -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 242 passed, 42 warnings in 93.78s (0:01:33) ==================