devel fails this single test on windows (not sure if related or if its a real problem) :
./leo/unittests/core/test_leoImport.py::TestLeoImport::test_recursive_import Failed: 'path: ekr-mypy2/mypy' != 'path: mypy'
- path: ekr-mypy2/mypy
+ path: mypy
File "C:\Python311\Lib\unittest\case.py", line 57, in testPartExecutor
yield
File "C:\Python311\Lib\unittest\case.py", line 623, in run
self._callTestMethod(testMethod)
File "C:\Python311\Lib\unittest\case.py", line 579, in _callTestMethod
if method() is not None:
^^^^^^^^
File "c:\prog\leo-editor\leo\unittests\core\test_leoImport.py", line 106, in test_recursive_import
self.assertEqual(root.h, expected)
AssertionError: 'path: ekr-mypy2/mypy' != 'path: mypy'
- path: ekr-mypy2/mypy
+ path: mypy