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 8787315808B for ; Wed, 23 Mar 2022 16:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A34EDE08AD; Wed, 23 Mar 2022 16:15:01 +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 88B14E08AD for ; Wed, 23 Mar 2022 16:15:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 921CA343274 for ; Wed, 23 Mar 2022 16:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA3233A for ; Wed, 23 Mar 2022 16:14:59 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1647598135.03a3e61edf88ef0d580bc89901e63570a8f81a15.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/neutron-lib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/neutron-lib/neutron-lib-2.20.0.ebuild X-VCS-Directories: dev-python/neutron-lib/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 03a3e61edf88ef0d580bc89901e63570a8f81a15 X-VCS-Branch: master Date: Wed, 23 Mar 2022 16:14:59 +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: f3289e24-f383-4880-99b2-9ff1a5dd4f5d X-Archives-Hash: dfc97ea224cde0bb4a1c0d644bfa4575 commit: 03a3e61edf88ef0d580bc89901e63570a8f81a15 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Mar 18 10:08:55 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Mar 18 10:08:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03a3e61e dev-python/neutron-lib: deselect failing test Bug: https://bugs.gentoo.org/835553 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/neutron-lib/neutron-lib-2.20.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/neutron-lib/neutron-lib-2.20.0.ebuild b/dev-python/neutron-lib/neutron-lib-2.20.0.ebuild index 2cee24c58..5ef4debf9 100644 --- a/dev-python/neutron-lib/neutron-lib-2.20.0.ebuild +++ b/dev-python/neutron-lib/neutron-lib-2.20.0.ebuild @@ -10,6 +10,7 @@ EPYTEST_DESELECT=( neutron_lib/tests/unit/objects/test_common_types.py::TestField::test_to_primitive neutron_lib/tests/unit/objects/test_common_types.py::TestField::test_to_primitive_json_serializable neutron_lib/tests/unit/objects/test_common_types.py::TestField::test_from_primitive + neutron_lib/tests/unit/test_context.py::TestNeutronContext::test_neutron_context_to_dict ) EPYTEST_IGNORE=( neutron_lib/tests/unit/hacking ) PYTHON_COMPAT=( python3_{8..9} )