mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/virtualenv: Skip tests that fail without py2
Closes: https://bugs.gentoo.org/861257 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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]'
|
||||
|
||||
Reference in New Issue
Block a user