serpapi / turbo_tests

Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
https://rubygems.org/gems/turbo_tests
MIT License
173 stars 25 forks source link

Compatibility with parallel_tests v4 #28

Closed franzliedke closed 1 year ago

franzliedke commented 1 year ago

Can we get a new release compatible with version 4 of parallel_tests which was released last November? 🙏🏼

ilyazub commented 1 year ago

Hi @franzliedke,

Which change are you interested in to be ported: https://github.com/grosser/parallel_tests/pull/891 or https://github.com/grosser/parallel_tests/pull/884/?

franzliedke commented 1 year ago

Neither, really. It's more about this constraint in the gemspec:

https://github.com/serpapi/turbo_tests/blob/ec37ceebdab2c13587848a5310b754c1dae75473/turbo_tests.gemspec#L23

That's causing GitHub's dependabot to downgrade turbo_tests to version 1.0.0 (which doesn't have a version constraint) as part of an upgrade of parallel_tests to v4. 😆

ilyazub commented 1 year ago

Makes sense :-) Please submit a PR with dependency upgrade. If tests will pass, it should be good to go.