···
disabled = pythonOlder "3.8";
···
37
-
hash = "sha256-Yh1AD/tBHQBpwAA86XuP9UuXnCAFcMw/XSv6z46XP0k=";
35
+
hash = "sha256-sYd7qjOiRENO6hPhJ01RLsr+2RtTITrXjcT6/ZaGfAU=";
···
pythonImportsCheck = [ "aiosonic" ];
lib.optionals stdenv.hostPlatform.isLinux [
68
+
# Tests require network access
69
+
"test_close_connection"
70
+
"test_close_old_keeped_conn"
71
+
"test_connect_timeout"
74
+
"test_get_body_deflate"
75
+
"test_get_body_gzip"
76
+
"test_get_chunked_response_and_not_read_it"
77
+
"test_get_chunked_response"
75
-
"test_keep_alive_smart_pool"
76
-
"test_keep_alive_cyclic_pool"
77
-
"test_get_with_params"
79
+
"test_get_image_chunked"
81
+
"test_get_keepalive"
84
+
"test_get_with_cookies"
"test_get_with_params_in_url"
"test_get_with_params_tuple"
87
+
"test_get_with_params"
88
+
"test_keep_alive_cyclic_pool"
89
+
"test_keep_alive_smart_pool"
90
+
"test_max_conn_idle_ms"
91
+
"test_max_redirects"
93
+
"test_multipart_backward_compatibility"
94
+
"test_pool_acquire_timeout"
"test_post_form_urlencoded"
81
-
"test_post_tuple_form_urlencoded"
99
+
"test_post_multipart_with_class"
100
+
"test_post_multipart_with_metadata"
101
+
"test_post_multipart_with_multipartfile_class"
102
+
"test_post_multipart_with_multipartfile_path"
103
+
"test_post_multipart"
104
+
"test_post_tuple_form_urlencoded"
86
-
"test_get_keepalive"
87
-
"test_post_multipart_to_django"
88
-
"test_connect_timeout"
106
+
"test_read_chunks_by_text_method"
"test_timeouts_overriden"
91
-
"test_pool_acquire_timeout"
92
-
"test_simple_get_ssl"
93
-
"test_simple_get_ssl_ctx"
94
-
"test_simple_get_ssl_no_valid"
95
-
"test_get_chunked_response"
96
-
"test_get_chunked_response_and_not_read_it"
97
-
"test_read_chunks_by_text_method"
98
-
"test_get_body_gzip"
99
-
"test_get_body_deflate"
100
-
"test_post_chunked"
101
-
"test_close_connection"
102
-
"test_close_old_keeped_conn"
103
-
"test_get_redirect"
104
-
"test_max_redirects"
106
-
"test_get_image_chunked"
107
-
"test_get_with_cookies"
110
+
"test_wrapper_delete_http_serv"
111
+
"test_wrapper_get_http_serv"
112
+
# Tests can't trigger server
114
+
# Test requires proxy
++ lib.optionals stdenv.hostPlatform.isDarwin [