Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927526 - net-misc/gallery-dl: still uses 'distutils_enable_tests setup.py'
Summary: net-misc/gallery-dl: 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 (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 927512
  Show dependency tree
 
Reported: 2024-03-22 13:26 UTC by Michał Górny
Modified: 2024-03-22 21:17 UTC (History)
0 users

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:26:43 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-03-22 21:17:18 UTC
The bug has been closed via the following commit(s):

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

commit d2a0987166cafb44253c860d21845ef25f2578b7
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2024-03-22 20:12:02 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-03-22 21:17:15 +0000

    net-misc/gallery-dl: use unittest runner; disable net
    
    Closes: https://bugs.gentoo.org/927526
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.8.ebuild | 11 ++++++++---
 net-misc/gallery-dl/gallery-dl-9999.ebuild   | 11 +++++++++--
 2 files changed, 17 insertions(+), 5 deletions(-)