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 1C55615800F for ; Thu, 19 Jan 2023 23:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 578A3E0891; Thu, 19 Jan 2023 23:24:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3E06CE0891 for ; Thu, 19 Jan 2023 23:24:33 +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 41172340B27 for ; Thu, 19 Jan 2023 23:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA8B7771 for ; Thu, 19 Jan 2023 23:24:30 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1674170645.7445fb14849ec1e609a60c6822593949c366b3ca.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/pytest-isort-3.1.0.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 7445fb14849ec1e609a60c6822593949c366b3ca X-VCS-Branch: dev Date: Thu, 19 Jan 2023 23:24:30 +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: 68716d70-6714-4761-b8d2-7ee9d14abf97 X-Archives-Hash: e13cb0212e4d8a5640f096ed1146c95b commit: 7445fb14849ec1e609a60c6822593949c366b3ca Author: Julien Roy jroy ca> AuthorDate: Thu Jan 19 23:24:05 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Jan 19 23:24:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7445fb14 dev-python/pytest-isort: remove comments from previous version Signed-off-by: Julien Roy jroy.ca> dev-python/pytest-isort/pytest-isort-3.1.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild index 5d7cd3a78..8776775dc 100644 --- a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild @@ -17,8 +17,6 @@ KEYWORDS="~amd64 ~x86" SLOT="0" distutils_enable_tests pytest -# I don't know what's going on, so I took the easy route. 😝 -#EPYTEST_DESELECT=( test_isort.py::TestIsortItem::test_init ) RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}]