kadler / cpython

The Python programming language
https://www.python.org/
Other
2 stars 2 forks source link

Test failure in sqlite3.test_userfunctions #27

Open kadler opened 3 years ago

kadler commented 3 years ago
======================================================================
FAIL: CheckFuncDeterministic (sqlite3.test.userfunctions.FunctionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/sqlite3/test/userfunctions.py", line 290, in CheckFuncDeterministic
    self.assertEqual(mock.call_count, 1)
AssertionError: 2 != 1