commit: edb0e9319b562b9c23031d7824ffe64c49c685ab
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 07:14:23 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 07:19:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb0e931
dev-python/pip: Disable tests requiring tomli-w in stable cand.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pip/pip-21.3.1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-python/pip/pip-21.3.1.ebuild b/dev-python/pip/pip-21.3.1.ebuild
index f29173c59434..c84ad3111d15 100644
--- a/dev-python/pip/pip-21.3.1.ebuild
+++ b/dev-python/pip/pip-21.3.1.ebuild
@@ -90,6 +90,12 @@ python_test() {
tests/functional/test_install.py::test_editable_install__local_dir_setup_requires_with_pyproject
)
+ local EPYTEST_IGNORE=(
+ # require tomli-w that needs to be keyworded (added in -r1)
+ tests/functional/test_pep517.py
+ tests/functional/test_pep660.py
+ )
+
[[ ${EPYTHON} == python3.10 ]] && deselect+=(
tests/lib/test_lib.py::test_correct_pip_version
# uses vendored packaging that uses deprecated distutils