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 D334F158086 for ; Sat, 4 Dec 2021 08:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F192B2BC005; Sat, 4 Dec 2021 08:54:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D35F02BC005 for ; Sat, 4 Dec 2021 08:54:26 +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 ACA18343311 for ; Sat, 4 Dec 2021 08:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE2CB1C6 for ; Sat, 4 Dec 2021 08:54:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1638608049.a125c3cff7a700cae1e96bddadca369739ab92cf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydantic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild X-VCS-Directories: dev-python/pydantic/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a125c3cff7a700cae1e96bddadca369739ab92cf X-VCS-Branch: master Date: Sat, 4 Dec 2021 08:54:23 +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: 1714283e-8237-429b-a108-9523c669ccff X-Archives-Hash: f002e6f365c5276a9e0a4bce8269197d commit: a125c3cff7a700cae1e96bddadca369739ab92cf Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 4 08:50:19 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 4 08:54:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a125c3cf dev-python/pydantic: deselect upstream known flaky test Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild b/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild index 923ed8984116..f4a84f229524 100644 --- a/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild +++ b/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild @@ -38,6 +38,11 @@ PATCHES=( distutils_enable_tests --install pytest +EPYTEST_DESELECT=( + # flaky test, known upstream + tests/test_hypothesis_plugin.py::test_can_construct_models_with_all_fields +) + src_prepare() { # seriously? sed -i -e '/CFLAGS/d' setup.py || die