bluesky / hklpy

Diffractometer computation library with ophyd pseudopositioner support
https://blueskyproject.io/hklpy
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

BUG: unit test fails #210

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

The unit tests fail now when testing for the ("gobject-introspection", "1.68.0"), package.

prjemian commented 2 years ago

Tets fails because the gobject-introspection package is not installed. That requirement should have been inherited from the hkl package. Adding it here for now.

prjemian commented 2 years ago

The publish-docs workflow is (should be) only run on pushes to the main branch: https://github.com/bluesky/hklpy/blob/54defeaabb441bb554df8b6baeccda15342ae24e/.github/workflows/publish-docs.yml#L9-L12

The additional tests are a fail-safe trap for previously undetected problems.