Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI build failures due to minitest 5.19 release #146

Merged
merged 2 commits into from
Jul 30, 2023

Conversation

mattbrictson
Copy link
Owner

Minitest 5.19 now requires the MT_COMPAT env var be explicitly set to enable the MiniTest naming compatibility. Old versions of the mocha gem use MiniTest, so this is required to run tests.

This should fix failing CI builds.

@mattbrictson mattbrictson added the 🏠 Housekeeping Non-user facing cleanup and maintenance label Jul 30, 2023
Minitest 5.19 now requires the `MT_COMPAT` env var be explicitly set to
enable the `MiniTest` naming compatibility. Old versions of the mocha
gem use `MiniTest`, so this is required to run tests.

This should fix failing CI builds.
@mattbrictson mattbrictson changed the title Restore compatibility between old mocha and new minitest Fix CI build failures due to minitest 5.19 release Jul 30, 2023
@mattbrictson mattbrictson merged commit dfedbe0 into main Jul 30, 2023
@mattbrictson mattbrictson deleted the chores/mt-compat branch July 30, 2023 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Housekeeping Non-user facing cleanup and maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant