From f928affed01109a2d77c8de8f12e08b942ed31e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 19 Feb 2023 18:03:53 +0100 Subject: [PATCH] dev-python/pip: Update deselected test list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pip/pip-23.0.1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/pip/pip-23.0.1.ebuild b/dev-python/pip/pip-23.0.1.ebuild index 6fd14699751bb..5ee61a89133bc 100644 --- a/dev-python/pip/pip-23.0.1.ebuild +++ b/dev-python/pip/pip-23.0.1.ebuild @@ -89,15 +89,10 @@ python_test() { local EPYTEST_DESELECT=( tests/functional/test_inspect.py::test_inspect_basic tests/functional/test_install.py::test_double_install_fail - tests/functional/test_list.py::test_multiple_exclude_and_normalization # Internet tests/functional/test_install.py::test_install_dry_run - tests/functional/test_install.py::test_install_editable_with_prefix_setup_cfg - tests/functional/test_install.py::test_editable_install__local_dir_no_setup_py_with_pyproject tests/functional/test_install.py::test_editable_install__local_dir_setup_requires_with_pyproject tests/functional/test_install.py::test_install_8559_wheel_package_present - # git: fatal: transport 'file' not allowed - tests/functional/test_install_vcs_git.py::test_check_submodule_addition # TODO tests/unit/test_network_auth.py::test_keyring_cli_get_password tests/unit/test_network_auth.py::test_keyring_cli_set_password