Re: Python error in 1.8.1 test suite - authz_tests.py

2013-07-30 Thread Philip Martin
BIRD Neil writes: > "http-proxy-port=%d" % (http_proxy_parsed.port or 80) > File "/usr/lib/python2.6/urlparse.py", line 102, in port > return int(port, 10) > ValueError: invalid literal for int() with base 10: '' > I do have http_proxy set (to something like > "http_proxy://proxyho

RE: Python error in 1.8.1 test suite - authz_tests.py

2013-07-31 Thread BIRD Neil - UNSECURED
From: Philip Martin [mailto:philip.mar...@wandisco.com], Sent: Tuesday, July 30, 2013 4:19 PM > The value that matters is HTTP_PROXY, i.e. uppercase. The code > expects > a value like 'host:port' and breaks on 'http://host:port'. > However you > don't need to set a proxy to run the tests, so unse