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

Bug 927523

Summary: dev-python/pyyaml: still uses 'distutils_enable_tests setup.py'
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 927512    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-03-22 13:24:39 UTC
`distutils_enable_tests setup.py` is deprecated and going to be removed from the eclass (following upstream deprecation of the same thing).  Please switch to some other unittest provider, e.g. `unittest` or `pytest`.
Comment 1 Larry the Git Cow gentoo-dev 2024-08-22 18:51:16 UTC
The bug has been closed via the following commit(s):

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

commit 62b8bbfe52335c5110f52409921c6b0c349f51ff
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-08-22 18:50:30 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-08-22 18:51:07 +0000

    dev-python/pyyaml: use pytest for tests
    
    See-Also: https://github.com/yaml/pyyaml/pull/820
    Closes: https://bugs.gentoo.org/927523
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/pyyaml/pyyaml-6.0.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)