On 26. 5. 25 22:08, Branko Čibej wrote:
Anyway, I'll have to see what's happening in the CMake build, it's refreshing the venv far too often.
Ah, I see what's going on: CMake runs each Python test file separately (through run_tests.py), whereas the Makefile build does not. I'll have to do something to avoid running pip every time.
-- Brane