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 83A63158094 for ; Tue, 26 Jul 2022 17:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB651E0843; Tue, 26 Jul 2022 17:33: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FC9CE0843 for ; Tue, 26 Jul 2022 17:33: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 8C8E6340F56 for ; Tue, 26 Jul 2022 17:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE40A525 for ; Tue, 26 Jul 2022 17:33:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1658856336.bf79a26cde1356f29ef1a9ec243243e35f41c7b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenv/virtualenv-20.16.0.ebuild X-VCS-Directories: dev-python/virtualenv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf79a26cde1356f29ef1a9ec243243e35f41c7b9 X-VCS-Branch: master Date: Tue, 26 Jul 2022 17:33:15 +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: 3be24d03-6836-4a7b-9869-48c4663bc7a0 X-Archives-Hash: e95dded4d74287e74dccfb8b8e0533a2 commit: bf79a26cde1356f29ef1a9ec243243e35f41c7b9 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 26 17:25:36 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 26 17:25:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf79a26c dev-python/virtualenv: Skip tests that fail without py2 Closes: https://bugs.gentoo.org/861257 Signed-off-by: Michał Górny gentoo.org> dev-python/virtualenv/virtualenv-20.16.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/virtualenv/virtualenv-20.16.0.ebuild b/dev-python/virtualenv/virtualenv-20.16.0.ebuild index f5652cdcd1be..8018e0d0a409 100644 --- a/dev-python/virtualenv/virtualenv-20.16.0.ebuild +++ b/dev-python/virtualenv/virtualenv-20.16.0.ebuild @@ -59,6 +59,9 @@ python_test() { tests/unit/activation/test_xonsh.py tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data tests/unit/create/test_creator.py::test_cross_major + # tests failing without python2 installed + "tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]" + "tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]" ) [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=( 'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'