Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3027 by smi...@gmail.com: sympy-bot starts running during doc
tests (and then failed)
http://code.google.com/p/sympy/issues/detail?id=3027
Is the bot script suppose to start running during doctests? I'm not sure
that I even have it installed correctly right now, but this is how it
failed:
#233 (goodok): Issue 101: tests on the wiki documentation
mergeable: False
examples\github_list_pulls.py[1] F
[FAIL]
Traceback (most recent call last):
File "bin\doctest", line 54, in <module>
"blacklist": blacklist, "normal": options.normal})
File "C:\Users\cps\sympy\sympy\utilities\runtests.py", line 309, in
doctest
failed = not t.test()
File "C:\Users\cps\sympy\sympy\utilities\runtests.py", line 704, in test
self.test_file(f)
File "C:\Users\cps\sympy\sympy\utilities\runtests.py", line 727, in
test_fi
le
module = pdoctest._normalize_module(module)
File "C:\Python27\lib\doctest.py", line 203, in _normalize_module
return __import__(module, globals(), locals(), ["*"])
File "c:\users\cps\sympy\examples\upload_example.py", line 10, in <module>
s = JSONRPCService(url_base + "/async")
File "C:\Users\cps\sympy\jsonrpc.py", line 151, in __init__
self.desc = JSONRPCMethod(self.url, 'system.describe')()
File "C:\Users\cps\sympy\jsonrpc.py", line 48, in __call__
url = urlopen(request)
File "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 392, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 410, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 370, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Python27\lib\urllib2.py", line 1161, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 10061] No connection could be made
becau
se the target machine actively refused it>
(Win-32)
/c
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.