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
If fireworks or matplotlib (potentially others like maggma, moto, ...) are not installed, the test suite fails. It would be better to use a importorskip marker (preferable) or to update the dev optional dependencies to be the full suite of dependencies needed to run the tests. Alternatively, the contributing instructions should say to install the strict dependencies.
The text was updated successfully, but these errors were encountered:
Andrew-S-Rosen
changed the title
BUG: Test suite fails if fireworks or matplotlib are not installed
BUG: importorskip statements should be used in the test suite
Sep 28, 2023
I would be happy to accept a PR that skips tests if the packages aren't installed.
Andrew-S-Rosen
changed the title
BUG: importorskip statements should be used in the test suiteimportorskip statements should be used in the test suite
Oct 2, 2023
If fireworks or matplotlib (potentially others like maggma, moto, ...) are not installed, the test suite fails. It would be better to use a
importorskip
marker (preferable) or to update thedev
optional dependencies to be the full suite of dependencies needed to run the tests. Alternatively, the contributing instructions should say to install thestrict
dependencies.The text was updated successfully, but these errors were encountered: