https://bugzilla.redhat.com/show_bug.cgi?id=1625593 --- Comment #10 from Vít Ondruch <vondruch@xxxxxxxxxx> --- (In reply to Steve Traylen from comment #9) > octocatlog rquires rspec-retry But typically it is much easier to do: ~~~ # rspec-retry is not available in Fedora yet. sed -i "/require 'rspec\/retry'/ s/^/#/" spec/spec_helper.rb ~~~ The result of the test suite won't be different. Of course, some flaky tests might fail your build, but anyway. > rspec-retry requires pry-debug and guard-rspec Again, pry-debug is just development dependency, which is not used during the test run at all. So even if rspec-retry might be useful, the pry-debug is not useful for our purposes at all. > guard-rspec requires gem_isolater Similarly this, this is really useful just for development, to run the test suite when something changes on the FS, this is definitely this case. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx