You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, starting pytest takes ages because it doesn't collect the tests that fast or seems to download something. I don't really know what's going on.
I think this was introduced when we merged the CellLineMetaData PR.
Figure out why test collection takes so long. Are we checking too many folders? Is it downloading things? Why are these not cached? What's happening?
Move more fixtures/anndata object creations into conftest fixtures
Cache cachedir on Github Actions tests
Benchmark which tests take too long. Which functions take too long? Document them.
Discuss with @Zethson how we'll speed everything up
The text was updated successfully, but these errors were encountered:
Description of feature
Currently, starting pytest takes ages because it doesn't collect the tests that fast or seems to download something. I don't really know what's going on.
I think this was introduced when we merged the CellLineMetaData PR.
The text was updated successfully, but these errors were encountered: