Re: Ruby 3.3

2023-09-13 Thread Pavel Valena
Testing upgrade, I get: ``` # dnf update ruby Last metadata expiration check: 3:45:31 ago on Wed 13 Sep 2023 12:42:06 PM UTC. Dependencies resolved. Problem: problem with installed package rubygem-json-2.6.3-204.fc39.x86_64 - package rubygem-json-2.6.3-204.fc39.x86_64 from @System requires lib

Re: Minitest / Mocha / Shoulda

2023-09-13 Thread Vít Ondruch
rubygem-shoulda has been orphaned: https://bugzilla.redhat.com/show_bug.cgi?id=2238752 I hope it stays like that. Vít Dne 05. 09. 23 v 12:38 Vít Ondruch napsal(a): These are the related PRs: https://src.fedoraproject.org/rpms/rubygem-webrobots/pull-request/1 https://src.fedoraproject.or

Re: Ruby test suite in tests/*

2023-09-13 Thread Pavel Valena
Firstly, sorry, I run a modified test suite (another PR). Here's a correct log (master branch), same error I think: https://gist.github.com/pvalena/ca9e9d1a01a607d70a798e1e8cb7636e On Wed, Sep 13, 2023 at 2:58 PM Vít Ondruch wrote: > > Dne 13. 09. 23 v 14:19 Pavel Valena napsal(a): > > Hello, >

Re: Ruby test suite in tests/*

2023-09-13 Thread Vít Ondruch
Dne 13. 09. 23 v 14:19 Pavel Valena napsal(a): Hello, I've checked the "ruby" test suite in /tests/ namespace. I have one test failing (run as default, virtual, F38): https://gist.github.com/pvalena/8c3fa4ccbfa6b210517d42117d163049 You run that on your machine, right? Is that expected,

Ruby test suite in tests/*

2023-09-13 Thread Pavel Valena
Hello, I've checked the "ruby" test suite in /tests/ namespace. I have one test failing (run as default, virtual, F38): https://gist.github.com/pvalena/8c3fa4ccbfa6b210517d42117d163049 Is that expected, is someone looking into it, and, lastly, do we plan to use it for CI? Pavel