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 CF47E158094 for ; Sat, 8 Oct 2022 11:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C53E0A60; Sat, 8 Oct 2022 11:25: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 F3958E0A60 for ; Sat, 8 Oct 2022 11:25:23 +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 2E219340A7F for ; Sat, 8 Oct 2022 11:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C77A605 for ; Sat, 8 Oct 2022 11:25:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1665228317.76b054ac2fb339a1ab12b0daa88efcee8d708043.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-skip-markers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r1.ebuild dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r2.ebuild X-VCS-Directories: dev-python/pytest-skip-markers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 76b054ac2fb339a1ab12b0daa88efcee8d708043 X-VCS-Branch: master Date: Sat, 8 Oct 2022 11:25:21 +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: 9032a00f-1f4e-433f-8540-cad49538ed0b X-Archives-Hash: b5f6524eab5112368604100428b58c3e commit: 76b054ac2fb339a1ab12b0daa88efcee8d708043 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 8 11:09:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 8 11:25:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b054ac dev-python/pytest-skip-markers: Remove setuptools-decl* dep Remove the dep on dev-python/setuptools-declarative-requirements. It's non-critical and breaks random test suites through random output from setuptools. Signed-off-by: Michał Górny gentoo.org> ...-skip-markers-1.3.0-r1.ebuild => pytest-skip-markers-1.3.0-r2.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r1.ebuild b/dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r2.ebuild similarity index 93% rename from dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r1.ebuild rename to dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r2.ebuild index ea590b0e73dd..864d4576d4f6 100644 --- a/dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r1.ebuild +++ b/dev-python/pytest-skip-markers/pytest-skip-markers-1.3.0-r2.ebuild @@ -28,7 +28,6 @@ RDEPEND=" dev-python/distro[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools-declarative-requirements[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/pip[${PYTHON_USEDEP}]