Various Linuces:
3.11 Manjaro:
leo\unittests\test_importers.py ...s............................... [ 5%]
==================================== warnings summary ====================================
leo/plugins/leo_babel/tests/lib_test.py:118
/home/tom/git/leo-editor/leo/plugins/leo_babel/tests/lib_test.py:118: PytestCollectionWarning: cannot collect test class 'TestCmdr' because it has a __init__ constructor (from: leo/plugins/leo_babel/tests/lib_test.py)
======================= 852 passed, 1 skipped, 1 warning in 8.38s ========================
3.9 Mint (Note that pyqt6 is not installed on this VM/Python3.9):
leo/unittests/test_importers.py ...s.................................... [ 6%]
leo/unittests/core/test_leoAst.py ......................s.......s....... [ 40%]
leo/unittests/core/test_leoQt6.py s [ 92%]
=============================== warnings summary ===============================
leo/plugins/leo_babel/tests/lib_test.py:118
/home/tom/git/leo-editor/leo/plugins/leo_babel/tests/lib_test.py:118: PytestCollectionWarning: cannot collect test class 'TestCmdr' because it has a __init__ constructor (from: leo/plugins/leo_babel/tests/lib_test.py)
================== 849 passed, 4 skipped, 1 warning in 9.46s ===================
3.10 Ubuntu:
leo/unittests/test_importers.py ...s.................................... [ 6%]
leo/unittests/core/test_leoAst.py ..............................s....... [ 40%]
=============================== warnings summary ===============================
leo/plugins/leo_babel/tests/lib_test.py:118
/home/tom/git/leo-editor/leo/plugins/leo_babel/tests/lib_test.py:118: PytestCollectionWarning: cannot collect test class 'TestCmdr' because it has a __init__ constructor (from: leo/plugins/leo_babel/tests/lib_test.py)
================== 851 passed, 2 skipped, 1 warning in 10.32s ==================
Interesting how much faster these tests run on the various Linuces compared with Windows.