Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 923073

Summary: dev-python/numpydoc-1.6.0 fails tests: AssertionError: assert {1: [EX01, SA01]} == {2: [EX01]}
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-28 06:57:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/numpydoc-1.6.0 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM
Info about the system: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-28 06:57:51 UTC
Created attachment 883343 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-28 06:57:51 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


        pass-expected3] - AssertionError: assert {1: ['EX01', 'SA01']} == {2: ['EX01']}
        pass-expected5] - AssertionError: assert {2: ['EX01', 'PR01']} == {1: ['GL08'], 2: ['EX01', '...
    def my_method():  # numpydoc ignore:EX01
    def my_method():  # numpydoc ignore:EX01,PR01
    pass-expected1] - AssertionError: assert {} == {1: ['EX01']}
E       AssertionError: assert {1: ['EX01', 'SA01']} == {2: ['EX01']}
E       AssertionError: assert {2: ['EX01', 'PR01']} == {1: ['GL08'], 2: ['EX01', 'PR01']}
E       AssertionError: assert {} == {1: ['EX01']}
FAILED numpydoc/tests/test_validate.py::test_extract_ignore_validation_comments[class MyClass:
FAILED numpydoc/tests/test_validate.py::test_extract_ignore_validation_comments[class MyClass:  # numpydoc ignore=EX01
FAILED numpydoc/tests/test_validate.py::test_extract_ignore_validation_comments[class MyClass:  # numpydoc ignore=GL08