summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2024-04-09 09:00:59 -0700
committerPatrick McLean <chutzpah@gentoo.org>2024-04-09 09:00:59 -0700
commit390b9fcb4ebfa73741cb541d7b69b9ce3ac7c3f9 (patch)
tree2771df3bc59f18e47ed242c4acbd4050e7fc9605
parentdev-python/hishel: Add missing deps (bug #928963) (diff)
downloadgentoo-390b9fcb4ebfa73741cb541d7b69b9ce3ac7c3f9.tar.gz
gentoo-390b9fcb4ebfa73741cb541d7b69b9ce3ac7c3f9.tar.bz2
gentoo-390b9fcb4ebfa73741cb541d7b69b9ce3ac7c3f9.zip
dev-python/pdm: Skip test that fails in tinderbox (bug #928964)
Closes: https://bugs.gentoo.org/928964 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r--dev-python/pdm/pdm-2.13.3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pdm/pdm-2.13.3.ebuild b/dev-python/pdm/pdm-2.13.3.ebuild
index e3b29108d71d..79d9646a54be 100644
--- a/dev-python/pdm/pdm-2.13.3.ebuild
+++ b/dev-python/pdm/pdm-2.13.3.ebuild
@@ -101,6 +101,8 @@ python_test() {
tests/cli/test_others.py::test_info_command_json
# why does it try to use python 2.7?!
tests/cli/test_run.py::test_import_another_sitecustomize
+ # fails in tinderbox (bug #928964)
+ tests/test_project.py::test_project_packages_path
)
[[ ${EPYTHON} != python3.10 ]] && EPYTEST_DESELECT+=(
# test seems hardcoded to 3.10