From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F327E15800F for ; Wed, 4 Jan 2023 08:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83AA4E0826; Wed, 4 Jan 2023 08:51:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C916E0826 for ; Wed, 4 Jan 2023 08:51:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B996340EA9 for ; Wed, 4 Jan 2023 08:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 573D382E for ; Wed, 4 Jan 2023 08:51:20 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1672694080.a84542474f02400b50d627b958495836e4a8fa42.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/furl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/furl/furl-2.1.2.ebuild X-VCS-Directories: dev-python/furl/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a84542474f02400b50d627b958495836e4a8fa42 X-VCS-Branch: master Date: Wed, 4 Jan 2023 08:51:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05a52afb-98b0-4c29-8d68-f1d1ef36aa2f X-Archives-Hash: bd88e8cdd5ec597260270031561e14ad commit: a84542474f02400b50d627b958495836e4a8fa42 Author: Julien Roy jroy ca> AuthorDate: Mon Jan 2 21:14:13 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jan 2 21:14:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8454247 dev-python/furl: fix python tests Closes: https://bugs.gentoo.org/888691 Signed-off-by: Julien Roy jroy.ca> dev-python/furl/furl-2.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/furl/furl-2.1.2.ebuild b/dev-python/furl/furl-2.1.2.ebuild index d9530e008..8056f61f1 100644 --- a/dev-python/furl/furl-2.1.2.ebuild +++ b/dev-python/furl/furl-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,4 +22,4 @@ RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND}" -distutils_enable_tests unittest +distutils_enable_tests pytest