Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912063 - dev-ruby/test_declarative-0.0.6-r1 fails tests (PYTHON-3.12-SYSTEM): test_declarative_test.rb:16:in <top (required)>: uninitialized constant Minitest::Unit (NameError)
Summary: dev-ruby/test_declarative-0.0.6-r1 fails tests (PYTHON-3.12-SYSTEM): test_dec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 917059
  Show dependency tree
 
Reported: 2023-08-11 07:24 UTC by Agostino Sarubbo
Modified: 2023-11-12 04:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,49.15 KB, text/plain)
2023-08-11 07:24 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-08-11 07:24:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/test_declarative-0.0.6-r1 fails tests (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-11 07:24:33 UTC
Created attachment 867608 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-11-11 07:36:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01d69fd3ed9cdf94db098f5479bfdeb994c19fe

commit d01d69fd3ed9cdf94db098f5479bfdeb994c19fe
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2023-11-11 07:35:31 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2023-11-11 07:35:31 +0000

    dev-ruby/test_declarative: fix tests with newer minitest
    
    Closes: https://bugs.gentoo.org/912063
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/test_declarative/test_declarative-0.0.6-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2023-11-12 04:42:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6181afd114629b45e4325eb8e7247992e234e75a

commit 6181afd114629b45e4325eb8e7247992e234e75a
Author:     Matoro Mahri <matoro_gentoo@matoro.tk>
AuthorDate: 2023-11-11 04:32:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-12 04:41:42 +0000

    dev-ruby/test_declarative: fix tests with minitest 5
    
    See: https://github.com/svenfuchs/test_declarative/pull/24
    Closes: https://bugs.gentoo.org/912063
    Bug: https://bugs.gentoo.org/917059
    Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../test_declarative-0.0.6-backport-pr24.patch     | 29 ++++++++++++++++++++++
 .../test_declarative-0.0.6-r1.ebuild               |  1 +
 2 files changed, 30 insertions(+)