I can at least confirm that

- sqlite3 shell is not installed on my system

quasar:~$ sqlite3

Command 'sqlite3' not found, but can be installed with:

apt install sqlite3
Please ask your administrator.

- Python sqlite3 library is

$ python3 -c 'import sqlite3; print(sqlite3.version)'
2.6.0

Vincent

Le 14/05/2021 à 19:25, Vincent Delecroix a écrit :
Dear all,

There are 3 test failures in tests/cmdline.py that I do not quite
understand. If anybody has a clue...

sage -t --long --random-seed=0 src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 587, in sage.tests.cmdline.test_executable
Failed example:
     out.startswith("3.")
Expected:
     True
Got:
     False
**********************************************************************
File "src/sage/tests/cmdline.py", line 589, in sage.tests.cmdline.test_executable
Failed example:
     err
Expected:
     ''
Got:
    '/home/vdelecro/sage_patchbot/src/bin/sage: line 668: exec: sqlite3: not found\n'
**********************************************************************
File "src/sage/tests/cmdline.py", line 591, in sage.tests.cmdline.test_executable
Failed example:
     ret
Expected:
     0
Got:
     127
**********************************************************************
1 item had failures:
    3 of 228 in sage.tests.cmdline.test_executable

Best
Vincent

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/084d4445-df51-0231-aa14-f55bb7e60e15%40gmail.com.

Reply via email to