Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923073 - dev-python/numpydoc-1.6.0 fails tests: AssertionError: assert {1: [EX01, SA01]} == {2: [EX01]}
Summary: dev-python/numpydoc-1.6.0 fails tests: AssertionError: assert {1: [EX01, SA01...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-28 06:57 UTC by Agostino Sarubbo
Modified: 2024-01-28 06:57 UTC (History)
0 users

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


Attachments
build.log (build.log,127.21 KB, text/plain)
2024-01-28 06:57 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 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