aiidalab / aiidalab

Implements core functions for AiiDAlab.
https://aiidalab.readthedocs.io
MIT License
13 stars 14 forks source link

Test flake #413

Closed danielhollas closed 2 weeks ago

danielhollas commented 6 months ago

One of the tests seems to fail randomly quite often

FAILED tests/test_appclass.py::test_dependencies - traitlets.traitlets.TraitError: Version v22.11.1 is not available for quantum-espresso app.

CC @unkcpz

danielhollas commented 1 month ago

I think I figured this one out: Looks like we're accessing the registry API instead of mocking it. I'll put up a PR.

unkcpz commented 1 month ago

Sorry, I missed this issue in Feb. Yes, we didn't entirely mock API but directly check which is not ideal.