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
I noticed that the test suite takes a significantly longer time with aiida-core versions 2.5 and 2.6. It would be good to investigate why that is and fix it, either in aiida-core if possible, or in the test suite.
This may also in general indicate that there are improvements that could be made to make the tests run faster. Here are some timings from pytest pointing to the slowest tests.
I noticed that the test suite takes a significantly longer time with aiida-core versions 2.5 and 2.6. It would be good to investigate why that is and fix it, either in aiida-core if possible, or in the test suite.
This may also in general indicate that there are improvements that could be made to make the tests run faster. Here are some timings from pytest pointing to the slowest tests.
It's suspicious that there seems to be a lot of slow fixtures (those lines with
setup
)The text was updated successfully, but these errors were encountered: