You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With sqlite 3.45, test_json fails with multiple errors like
ERROR: test_query_float (test_json.TestJson.test_query_float)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 2, in test_query_float
File "/build/python-pony/src/pony-0.7.17/pony/orm/core.py", line 519, in new_func
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/build/python-pony/src/pony-0.7.17/pony/orm/tests/test_json.py", line 91, in test_query_float
self.assertAlmostEqual(val, 9.7)
File "/usr/lib/python3.11/unittest/case.py", line 904, in assertAlmostEqual
diff = abs(first - second)
~~~~~~^~~~~~~~
TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'
The text was updated successfully, but these errors were encountered:
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this issue
Apr 4, 2024
With sqlite 3.45,
test_json
fails with multiple errors likeThe text was updated successfully, but these errors were encountered: