You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_basic_auth_tuple_deprecated (test_client.ClientRequestTests) ... /wrkdirs/usr/ports/www/py-aiohttp/work/aiohttp-0.9.0/aiohttp/client.py:354: DeprecationWarning: BasicAuth() tuple is required instead
'BasicAuth() tuple is required instead ', DeprecationWarning)
ok
test_files_and_bytes_data (test_client.ClientRequestTests) ... /wrkdirs/usr/ports/www/py-aiohttp/work/aiohttp-0.9.0/aiohttp/client.py:199: DeprecationWarning: files parameter is deprecated. use data instead
DeprecationWarning)
ok
test_override_flow_control (test_client.ClientResponseTests) ... /wrkdirs/usr/ports/www/py-aiohttp/work/aiohttp-0.9.0/aiohttp/client.py:578: ResourceWarning: ClientResponse has to be closed explicitly! get::http://python.org
warnings.warn(msg, ResourceWarning)
ok
test_read_and_close (test_client.ClientResponseTests) ... /wrkdirs/usr/ports/www/py-aiohttp/work/aiohttp-0.9.0/aiohttp/client.py:692: DeprecationWarning: read_and_close is deprecated, use .read() instead
DeprecationWarning
ok
test_read_decode_deprecated (test_client.ClientResponseTests) ... /wrkdirs/usr/ports/www/py-aiohttp/work/aiohttp-0.9.0/aiohttp/client.py:681: DeprecationWarning: .read(True) is deprecated. use .json() instead
DeprecationWarning
ok
test_POST_FILES_DEPRECATED (test_client_functional.HttpClientFunctionalTests) ... /wrkdirs/usr/ports/www/py-aiohttp/work/aiohttp-0.9.0/aiohttp/client.py:199: DeprecationWarning: files parameter is deprecated. use data instead
DeprecationWarning)
ok
The text was updated successfully, but these errors were encountered:
Python 3.4.1
aiohttp: 0.9.0
The text was updated successfully, but these errors were encountered: