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 5DBDB15808B for ; Mon, 14 Mar 2022 20:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A39E0855; Mon, 14 Mar 2022 20:33:18 +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 3FE81E0855 for ; Mon, 14 Mar 2022 20:33:17 +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 4E0C033BEC2 for ; Mon, 14 Mar 2022 20:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8FB229 for ; Mon, 14 Mar 2022 20:33:13 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1647289797.76e37eaa23ab4a2590b736c59b2bddf2bb88692f.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/ford/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/ford/ford-6.1.8.ebuild X-VCS-Directories: app-doc/ford/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 76e37eaa23ab4a2590b736c59b2bddf2bb88692f X-VCS-Branch: dev Date: Mon, 14 Mar 2022 20:33:13 +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: b389f378-4de1-4a2a-944a-5d620bf9b8a6 X-Archives-Hash: 255a989a1892dd2f2d340d80f482bc87 commit: 76e37eaa23ab4a2590b736c59b2bddf2bb88692f Author: Sergey Torokhov yandex ru> AuthorDate: Mon Mar 14 20:29:57 2022 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Mon Mar 14 20:29:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76e37eaa app-doc/ford: disable 'test/test_projects/test_external_project.py' This test uses external url. This issue was fixed in upstream among other enhancements. Closes: https://bugs.gentoo.org/833988 Signed-off-by: Sergey Torokhov yandex.ru> app-doc/ford/ford-6.1.8.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-doc/ford/ford-6.1.8.ebuild b/app-doc/ford/ford-6.1.8.ebuild index 2293d62f5..a0e690c66 100644 --- a/app-doc/ford/ford-6.1.8.ebuild +++ b/app-doc/ford/ford-6.1.8.ebuild @@ -36,6 +36,11 @@ DOCS=( CHANGELOG.md README.md README.rst ) distutils_enable_tests pytest +EPYTEST_IGNORE=( + # app-doc/ford-6.1.8 'test/test_projects/test_external_project.py' use external url + test/test_projects/test_external_project.py +) + python_test(){ # The 'test/test_projects' tests use subprocess, i.e. require FORD to be installed. distutils_install_for_testing