Signed-off-by: Michał Górny <[email protected]>
---
 dev-python/tox/tox-3.23.1.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/tox/tox-3.23.1.ebuild b/dev-python/tox/tox-3.23.1.ebuild
index 938612131f77..2d37d0a62479 100644
--- a/dev-python/tox/tox-3.23.1.ebuild
+++ b/dev-python/tox/tox-3.23.1.ebuild
@@ -53,11 +53,6 @@ python_test() {
 
                # expects python2 to exist
                
tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
-
-               # broken without tox installed first
-               # TODO: figure out how to make importlib_metadata work
-               tests/unit/test_z_cmdline.py::test_tox_console_script
-               tests/unit/test_z_cmdline.py::test_tox_quickstart_script
        )
 
        [[ ${EPYTHON} != pypy3 ]] && deselect+=(
@@ -69,6 +64,6 @@ python_test() {
                
tests/integration/test_parallel_interrupt.py::test_parallel_interrupt
        )
 
-       distutils_install_for_testing --via-root
+       distutils_install_for_testing --via-venv
        epytest --no-network ${deselect[@]/#/--deselect }
 }
-- 
2.31.1


Reply via email to