From bf79a26cde1356f29ef1a9ec243243e35f41c7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 26 Jul 2022 19:25:36 +0200 Subject: [PATCH] dev-python/virtualenv: Skip tests that fail without py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/861257 Signed-off-by: Michał Górny --- 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 f5652cdcd1bea..8018e0d0a4092 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]'