Skip to content

CI FIX: make sure mock is installed in test environment

The CI in !120 (merged) failed because mock isn't being installed in the environment. I suspect that we removed mock as a dependency of Bilby upstream.

I added a specific extras_require option to specify packages that are needed to run the tests.

Edited by Colm Talbot

Merge request reports