👋 I was trying to set up this repo to make a contribution or two and ran tests from main and noticed a few issues:
(actually before make test) flake8-typing-imports for osx-arm64 hasn't been uploaded to conda-forge
the java_heap.py tests use 5 MB for comparing used memory, which I guess doesn't work well on these M chips since the memory used on my laptop was 6 MB 😂
👋 I was trying to set up this repo to make a contribution or two and ran tests from main and noticed a few issues:
make test
)flake8-typing-imports
for osx-arm64 hasn't been uploaded to conda-forgejava_heap.py
tests use5 MB
for comparing used memory, which I guess doesn't work well on these M chips since the memory used on my laptop was6 MB
😂