Message252854
"Thank you Victor. Tests are fixed."
Not all of them. Failure on FreeBSD:
(I don't know what is test_pyclbr!?)
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/3866/
======================================================================
FAIL: test_others (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_pyclbr.py", line 159, in test_others
cm('pickle')
File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_pyclbr.py", line 86, in checkModule
self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
AssertionError: <class 'functools.partial'> is not an instance of (<class 'function'>, <class 'builtin_function_or_method'>)
---------------------------------------------------------------------- |
|
Date |
User |
Action |
Args |
2015-10-12 12:00:31 | vstinner | set | recipients:
+ vstinner, pitrou, alexandre.vassalotti, Arfrever, python-dev, serhiy.storchaka |
2015-10-12 12:00:31 | vstinner | set | messageid: <1444651231.41.0.673077421284.issue24164@psf.upfronthosting.co.za> |
2015-10-12 12:00:31 | vstinner | link | issue24164 messages |
2015-10-12 12:00:31 | vstinner | create | |
|