Skip to content

Update chemlab version to 0.8.1

Dan Davison requested to merge dj-bump-chemlab-0.8.1 into master

What does this MR do and why?

Updates Chemlab version to 0.8.1.

https://gitlab.com/gitlab-org/quality/chemlab/-/merge_requests/26 was merged which fixes a bug where the error:

NoMethodError:
       undefined method `base_url' for QA:Module

was raised in Staging during a QA run.

This fix essentially falls back to the Chemlab.configuration.base_url rather than needing for each tested module to specify a base_url.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports