filprofiler icon indicating copy to clipboard operation
filprofiler copied to clipboard

Conda packaging failing to build with failing tests

Open itamarst opened this issue 2 years ago • 3 comments

itamarst avatar Jul 29 '21 23:07 itamarst

As far as I can tell, in malloc.py:

  1. malloc() works
  2. second realloc() that increases claims to work but isn't tracked.
  3. final shrinking realloc() does work.

It's very confusing and might be a real bug but only happens in this one place...

Maybe im is buggy?

itamarst avatar Nov 10 '21 16:11 itamarst

For now I'm just skipping tests...

itamarst avatar Dec 15 '21 13:12 itamarst

Installing numexpr from PyPI on 3.9 (but not numexpr from Conda-Forge, and not older Pythons) made tests pass?!

itamarst avatar Jan 30 '22 17:01 itamarst