Description of problem:
======================================================================
FAIL: CheckFuncDeterministic (sqlite3.test.userfunctions.FunctionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python3.8/sqlite3/test/userfunctions.py", line 290, in CheckFuncDeterministic
self.assertEqual(mock.call_count, 1)
AssertionError: 2 != 1
----------------------------------------------------------------------
Ran 286 tests in 0.309s
FAILED (failures=1, skipped=2)
test test_sqlite failed
1 test failed again:
test_sqlite
== Tests result: FAILURE then FAILURE ==
1 test failed:
test_sqlite
1 re-run test:
test_sqlite
Total duration: 669 ms
Tests result: FAILURE then FAILURE
Version-Release number of selected component (if applicable):
python3-test-3.8.3-1.fc32.x86_64
How reproducible:
Steps to Reproduce:
1. python3.8 -m test test_sqlite -wW
Description of problem: ====================================================================== FAIL: CheckFuncDeterministic (sqlite3.test.userfunctions.FunctionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python3.8/sqlite3/test/userfunctions.py", line 290, in CheckFuncDeterministic self.assertEqual(mock.call_count, 1) AssertionError: 2 != 1 ---------------------------------------------------------------------- Ran 286 tests in 0.309s FAILED (failures=1, skipped=2) test test_sqlite failed 1 test failed again: test_sqlite == Tests result: FAILURE then FAILURE == 1 test failed: test_sqlite 1 re-run test: test_sqlite Total duration: 669 ms Tests result: FAILURE then FAILURE Version-Release number of selected component (if applicable): python3-test-3.8.3-1.fc32.x86_64 How reproducible: Steps to Reproduce: 1. python3.8 -m test test_sqlite -wW