(Good news first) After those changes on devel, the tests all pass now on my new windows machine under python 3.11. (which was the one with a failing test yesterday)
(bad news second) But, on my windows laptop, a single test now fails under python 3.9.
See this screenshot:
This also happens on python 3.10.
Also, under linux, an additional test fails. (In test_recursive_import, when it tries to see if a given path is an absolute path... probably a windows looking path like C:/something is given)
See those two tests in 3.9 and 3.10 screenshots below. (same failing tests on both.)
In other news, on leojs side of things, I went from 37 failing tests last week, to two (2) failing tests as of today. Probably going to release the first beta version pretty soon!
Félix