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 8EE1E15800F for ; Sat, 14 Jan 2023 13:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB0DCE087E; Sat, 14 Jan 2023 13:08:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A5753E087E for ; Sat, 14 Jan 2023 13:08:28 +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 B9C7D340E4F for ; Sat, 14 Jan 2023 13:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 114967F0 for ; Sat, 14 Jan 2023 13:08:26 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1673701552.ef3eea667869d263031458d94641a4df6592a5cc.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/param/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/param/param-1.12.3.ebuild X-VCS-Directories: dev-python/param/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ef3eea667869d263031458d94641a4df6592a5cc X-VCS-Branch: master Date: Sat, 14 Jan 2023 13:08:26 +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: fcacbca3-8b7a-4ba3-a0ad-4d30eec2f40c X-Archives-Hash: 96278fe470e4f7e1e20b9db981d3f0c6 commit: ef3eea667869d263031458d94641a4df6592a5cc Author: Horea Christian chymera eu> AuthorDate: Sat Jan 14 13:05:52 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Sat Jan 14 13:05:52 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef3eea66 dev-python/param: new version using pytest Signed-off-by: Horea Christian chymera.eu> dev-python/param/param-1.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/param/param-1.12.3.ebuild b/dev-python/param/param-1.12.3.ebuild index c6f2fd42c..3a9fc0107 100644 --- a/dev-python/param/param-1.12.3.ebuild +++ b/dev-python/param/param-1.12.3.ebuild @@ -19,4 +19,4 @@ KEYWORDS="~amd64 ~x86" SLOT="0" # Some tests require nose: -distutils_enable_tests unittest +distutils_enable_tests pytest