summaryrefslogtreecommitdiff
path: root/dev-python/pip
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-23 20:54:41 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-23 20:59:06 +0200
commit1e34812af1d3e96697ffdc165d620f749d834973 (patch)
treec7a28d949f2090830fc303715f0f90580d31ce5f /dev-python/pip
parentebb5251f0eef8843d6c2dd78f4c2f71069420bfe (diff)
downloadgentoo-1e34812af1d3e96697ffdc165d620f749d834973.tar.gz
gentoo-1e34812af1d3e96697ffdc165d620f749d834973.tar.bz2
gentoo-1e34812af1d3e96697ffdc165d620f749d834973.zip
dev-python/pip: Enable testing on py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r--dev-python/pip/pip-25.1.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/pip/pip-25.1.1.ebuild b/dev-python/pip/pip-25.1.1.ebuild
index 1b836715cb74..115b7fd36342 100644
--- a/dev-python/pip/pip-25.1.1.ebuild
+++ b/dev-python/pip/pip-25.1.1.ebuild
@@ -152,6 +152,26 @@ python_test() {
tests/functional/test_install_config.py::test_prompt_for_authentication
)
;;
+ python3.14*)
+ EPYTEST_DESELECT+=(
+ # TODO: segfaults
+ tests/unit/test_collector.py::test_get_index_content_directory_append_index
+ # https://github.com/python/cpython/issues/125974
+ tests/unit/test_collector.py::test_ensure_quoted_url
+ tests/unit/test_finder.py::test_finder_priority_file_over_page
+ tests/unit/test_urls.py::test_path_to_url_unix
+ tests/unit/test_collector.py::test_clean_url_path
+ tests/unit/test_collector.py::test_clean_url_path_with_local_path
+ tests/unit/test_req.py::TestRequirementSet::test_download_info_local_editable_dir
+ tests/unit/test_req.py::test_parse_editable_local
+ tests/unit/test_req.py::test_parse_editable_local_extras
+ tests/unit/test_req.py::test_get_url_from_path__archive_file
+ tests/unit/test_req.py::test_get_url_from_path__installable_dir
+ tests/functional/test_lock.py::test_lock_wheel_from_findlinks
+ tests/functional/test_lock.py::test_lock_sdist_from_findlinks
+ tests/functional/test_lock.py::test_lock_local_editable_with_dep
+ )
+ ;;
esac
if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then