File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,10 +507,6 @@ Ignore=true
507507Ignore =true
508508Reason =TypeError: __next__() takes exactly 1 argument (1 given)
509509
510- [CPython.test_http_cookiejar]
511- RunCondition =NOT $(IS_DEBUG) AND NOT $(IS_OSX)
512- Reason =Raises an assertion error in Debug / ImportError: No module named _scproxy (on macOS)
513-
514510[CPython.test_httplib]
515511Ignore =true
516512Reason =Blocking
Original file line number Diff line number Diff line change @@ -2429,7 +2429,7 @@ def ip2num(ipAddr):
24292429 return False
24302430
24312431
2432- if sys .platform == 'darwin' :
2432+ if sys .platform == 'darwin' and sys . implementation . name != "ironpython" : # https://github.com/IronLanguages/ironpython3/issues/1050
24332433 from _scproxy import _get_proxy_settings , _get_proxies
24342434
24352435 def proxy_bypass_macosx_sysconf (host ):
You can’t perform that action at this time.
0 commit comments