Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927516 - app-text/htmlmin: still uses 'distutils_enable_tests setup.py'
Summary: app-text/htmlmin: still uses 'distutils_enable_tests setup.py'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 927512
  Show dependency tree
 
Reported: 2024-03-22 13:21 UTC by Michał Górny
Modified: 2024-08-20 10:26 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-03-22 13:21:57 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-20 10:26:30 UTC
The bug has been closed via the following commit(s):

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

commit 7a46115c244ba3c86bda5ab88edf9b64957f26f5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-08-20 10:24:19 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-08-20 10:26:01 +0000

    app-text/htmlmin: Run tests via unittest
    
    Closes: https://bugs.gentoo.org/927516
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-text/htmlmin/htmlmin-0.1.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)