mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/prawcore: restrict tests
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -17,10 +17,12 @@ LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# Tests require <dev-python/betamax-0.9 which is no longer available in ::gentoo
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
<dev-python/betamax-0.9[${PYTHON_USEDEP}]
|
||||
<dev-python/betamax-matchers-0.5[${PYTHON_USEDEP}]
|
||||
<dev-python/betamax-serializers-0.3[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user