commit: e32328ee95be4ada40274a4f2569e5df44131596
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 17:27:04 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 23 17:27:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32328ee
dev-python/virtualenv: Reenable more tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/virtualenv/virtualenv-20.31.2.ebuild | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/dev-python/virtualenv/virtualenv-20.31.2.ebuild
b/dev-python/virtualenv/virtualenv-20.31.2.ebuild
index ec504f52a4ed..268d20e2e3b5 100644
--- a/dev-python/virtualenv/virtualenv-20.31.2.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.31.2.ebuild
@@ -104,17 +104,6 @@ python_test() {
tests/unit/discovery/py_info/test_py_info.py::test_fallback_existent_system_executable
)
;;
- python3.1[23])
- EPYTEST_DESELECT+=(
-
tests/unit/create/via_global_ref/test_build_c_ext.py
- )
- ;&
- python3.11)
- EPYTEST_DESELECT+=(
- # TODO
-
tests/unit/discovery/py_info/test_py_info.py::test_fallback_existent_system_executable
- )
- ;;
esac
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1