On Tue, Feb 04, 2020 at 09:06:48PM +0100, Martin Reindl wrote: > Indeed, the py-nose TEST_DEPENDS was unnecessary, thanks for spotting. > Surprisingly, with ports-gcc, test_memory_leak does not fail. I wonder > how tests behave on sparc64, it builds OK there according to the > packages dir.
py-nose is needed. It *shouldn't* be, but a number of the tests require it. (The tests could be rewritten to just use py-test). Once py-nose is in TEST_DEPENDS, all tests pass on sparc64. --Kurt
