Public bug reported:

pytables fails to build during its build-time test suite with python3.5.
The failure is:

======================================================================
ERROR: None (tables.tests.test_types.RangeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
ValueError: could not convert string to float: '124c'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/vorlon/devel/canonical/python3.5/pytables-3.1.1/build/lib.linux-x8
6_64-3.5/tables/tests/test_types.py", line 104, in test01_type
    rec['var4'] = "124c"
  File "tables/tableextension.pyx", line 1583, in 
tables.tableextension.Row.__setitem__ (tables/tableextension.c:16156)
SystemError: <class 'TypeError'> returned a result with an error set

----------------------------------------------------------------------

I don't know what to make of this failure, since the traceback
explicitly mentions TypeError, the test is meant to catch a TypeError,
and nowhere do we see the error message that we should see if a
different exception was thrown ("expected a TypeError").

** Affects: pytables (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478146

Title:
  pytables FTBFS with python3.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytables/+bug/1478146/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to