commit:     390b9fcb4ebfa73741cb541d7b69b9ce3ac7c3f9
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 16:00:59 2024 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 16:00:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390b9fcb

dev-python/pdm: Skip test that fails in tinderbox (bug #928964)

Closes: https://bugs.gentoo.org/928964
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/pdm/pdm-2.13.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

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

Reply via email to