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 6736E158091 for ; Mon, 30 May 2022 19:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 655C6E08FC; Mon, 30 May 2022 19:26:18 +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 4FB4BE08FC for ; Mon, 30 May 2022 19:26:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4566C34124F for ; Mon, 30 May 2022 19:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99F094D4 for ; Mon, 30 May 2022 19:26:14 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1653938755.4ce5d79c29cc23bf52f7dc1e5607fc7611c738e7.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-cases/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-cases/Manifest dev-python/pytest-cases/pytest-cases-3.6.13.ebuild dev-python/pytest-cases/pytest-cases-3.6.9.ebuild X-VCS-Directories: dev-python/pytest-cases/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4ce5d79c29cc23bf52f7dc1e5607fc7611c738e7 X-VCS-Branch: dev Date: Mon, 30 May 2022 19:26:14 +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: 3357dd68-5739-4f02-9255-54297f309538 X-Archives-Hash: ce9436823811b6ae0b5529f8842031a8 commit: 4ce5d79c29cc23bf52f7dc1e5607fc7611c738e7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 30 19:05:11 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 30 19:25:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ce5d79c dev-python/pytest-cases: add 3.6.13, drop 3.6.9 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pytest-cases/Manifest | 2 +- .../{pytest-cases-3.6.9.ebuild => pytest-cases-3.6.13.ebuild} | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-cases/Manifest b/dev-python/pytest-cases/Manifest index 79003e686..06a9735c6 100644 --- a/dev-python/pytest-cases/Manifest +++ b/dev-python/pytest-cases/Manifest @@ -1,2 +1,2 @@ DIST pytest-cases-3.6.11.tar.gz 1082043 BLAKE2B 396f7fa414729a49a8fb668126b959d13e5d10133ea0a47073cc42b8ce0a38c07df2e98c216e4904205696cf511a96d98e248e8f97a9324ee950e4399c1de746 SHA512 ee81d520eba8ab995bb4c32ba082a0107183d1d2892a29c3dc19d52a5324b1a73da2dbc97c202fdf6e6e17ac766f1d0383e87ee81ad22e49f7720a5e6417d0da -DIST pytest-cases-3.6.9.tar.gz 1080527 BLAKE2B 9209c62eb5aebe496cfcad825c5eddf90881d6a23794e88fca34921ebc8a6036072a70cb693dd0dcd5d13d4ae67a192c52e6f770ae6c44c8a19265ecca55f552 SHA512 13d5ebdff00d14a39063d6dd4f41ff130b11fac9a073141d0f7acbb316a7b39730afaf1930bd18205ac068dabd236a37ff6bafda960c5f793eb723235eced6d3 +DIST pytest-cases-3.6.13.tar.gz 1082993 BLAKE2B c5259d78ce11dbeff2acca63762360622758edc19b8982f4cbade44459ae347c0c5b4334d9fcf42cf587ef301a193b9ab4c3a496462c403550580549c9be869b SHA512 70bb05afce137cc456dc98fd62d5fa778ce8728c7ffb30a05b765b88a689ce2ff01005f594c5be90e4892debbe925b2c05961d9e4bc567610da1be5b01f5a659 diff --git a/dev-python/pytest-cases/pytest-cases-3.6.9.ebuild b/dev-python/pytest-cases/pytest-cases-3.6.13.ebuild similarity index 77% rename from dev-python/pytest-cases/pytest-cases-3.6.9.ebuild rename to dev-python/pytest-cases/pytest-cases-3.6.13.ebuild index 930ab7ea9..fe163e348 100644 --- a/dev-python/pytest-cases/pytest-cases-3.6.9.ebuild +++ b/dev-python/pytest-cases/pytest-cases-3.6.13.ebuild @@ -32,6 +32,12 @@ BDEPEND=" ) " +EPYTEST_DESELECT=( + tests/pytest_extension/doc/test_doc_fixture_graph_union.py::test_closure + tests/pytest_extension/fixtures/fixture_unions/test_fixture_closure_edits.py::test_super_closure_edits2 + tests/pytest_extension/fixtures/fixture_unions/test_fixtures_union_2hard.py::test_super_closure +) + distutils_enable_tests pytest python_prepare_all() {