dev-python/queuelib: enable pytest

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2025-04-07 21:33:55 +08:00
parent 23282d4763
commit ea3126901a

View File

@@ -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