commit: ea3126901ae3501979e50b79f08c25fc7a5b42c8 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Mon Apr 7 13:33:55 2025 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Mon Apr 7 14:26:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea312690
dev-python/queuelib: enable pytest Signed-off-by: Huang Rui <vowstar <AT> gmail.com> dev-python/queuelib/queuelib-1.8.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/queuelib/queuelib-1.8.0.ebuild b/dev-python/queuelib/queuelib-1.8.0.ebuild index 10840dc9f..70e92a4b9 100644 --- a/dev-python/queuelib/queuelib-1.8.0.ebuild +++ b/dev-python/queuelib/queuelib-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,5 +15,4 @@ LICENSE="BSD" SLOT=0 KEYWORDS="~amd64 ~arm64 ~x86" -# Tests requires network(tox), can't work inside network sandbox -RESTRICT="test" +distutils_enable_tests pytest
