mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/ensurepip-pip: Remove leftover pypy3 logic
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -154,22 +154,6 @@ python_test() {
|
||||
tests/functional/test_proxy.py
|
||||
)
|
||||
|
||||
case ${EPYTHON} in
|
||||
pypy3*)
|
||||
EPYTEST_DESELECT+=(
|
||||
# unexpected tempfiles?
|
||||
tests/functional/test_install_config.py::test_do_not_prompt_for_authentication
|
||||
tests/functional/test_install_config.py::test_prompt_for_authentication
|
||||
# wrong path
|
||||
tests/functional/test_install.py::test_install_editable_with_prefix_setup_py
|
||||
# wrong exception assumptions
|
||||
tests/unit/test_utils_datetime.py::test_parse_iso_datetime_invalid
|
||||
# TODO
|
||||
tests/functional/test_install.py::test_install_warns_on_unexpected_post_install_import
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
||||
if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then
|
||||
EPYTEST_DESELECT+=(
|
||||
tests/functional/test_install.py::test_install_sends_client_cert
|
||||
|
||||
Reference in New Issue
Block a user