commit:     bb34191e2b38899a0be1285b32c52666c0c9b695
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 24 16:40:37 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 24 16:40:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb34191e

dev-python/prawcore: restrict tests

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/prawcore/prawcore-2.3.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild 
b/dev-python/prawcore/prawcore-2.3.0.ebuild
index 04bf2262d8..7aca8aac6b 100644
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ b/dev-python/prawcore/prawcore-2.3.0.ebuild
@@ -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}]

Reply via email to