commit: a3f0b9f1153f3e1fbb0e41f4cebc3d460aff06ab Author: Martin Mokry <martin-kokos <AT> protonmail <DOT> com> AuthorDate: Tue Mar 3 11:22:55 2026 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Mar 3 20:40:09 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f0b9f1
dev-python/poetry: Update test dependency Reduce skipped tests Signed-off-by: Martin Mokry <martin-kokos <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/45885 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-python/poetry/poetry-2.3.0.ebuild | 12 +----------- dev-python/poetry/poetry-2.3.1.ebuild | 12 +----------- dev-python/poetry/poetry-2.3.2.ebuild | 12 +----------- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/dev-python/poetry/poetry-2.3.0.ebuild b/dev-python/poetry/poetry-2.3.0.ebuild index eff293f92706..81d633042707 100644 --- a/dev-python/poetry/poetry-2.3.0.ebuild +++ b/dev-python/poetry/poetry-2.3.0.ebuild @@ -46,10 +46,9 @@ RDEPEND=" BDEPEND=" test? ( >=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}] - >=dev-python/httpretty-1.1[${PYTHON_USEDEP}] >=dev-python/jaraco-classes-3.3.1[${PYTHON_USEDEP}] >=dev-python/pytest-mock-3.9[${PYTHON_USEDEP}] - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] ) " @@ -65,15 +64,6 @@ EPYTEST_DESELECT=( # broken if poetry-plugin-export is installed 'tests/console/test_application_command_not_found.py::test_application_command_not_found_messages[x-None]' - - # TODO - tests/console/commands/env/test_activate.py::test_no_additional_output_in_verbose_mode - tests/installation/test_executor.py::test_executor_known_hashes - tests/puzzle/test_provider.py::test_search_for_directory_setup_read_setup_with_no_dependencies - tests/utils/env/test_env_manager.py::test_create_venv_finds_no_python_executable - tests/utils/test_python_manager.py::test_python_get_preferred_default - 'tests/inspection/test_info.py::test_info_setup_missing_mandatory_should_trigger_pep517[name]' - 'tests/console/commands/python/test_python_list.py::test_list_poetry_managed[False]' ) src_prepare() { diff --git a/dev-python/poetry/poetry-2.3.1.ebuild b/dev-python/poetry/poetry-2.3.1.ebuild index 477168e8262a..bb770728b976 100644 --- a/dev-python/poetry/poetry-2.3.1.ebuild +++ b/dev-python/poetry/poetry-2.3.1.ebuild @@ -46,10 +46,9 @@ RDEPEND=" BDEPEND=" test? ( >=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}] - >=dev-python/httpretty-1.1[${PYTHON_USEDEP}] >=dev-python/jaraco-classes-3.3.1[${PYTHON_USEDEP}] >=dev-python/pytest-mock-3.9[${PYTHON_USEDEP}] - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] ) " @@ -65,15 +64,6 @@ EPYTEST_DESELECT=( # broken if poetry-plugin-export is installed 'tests/console/test_application_command_not_found.py::test_application_command_not_found_messages[x-None]' - - # TODO - tests/console/commands/env/test_activate.py::test_no_additional_output_in_verbose_mode - tests/installation/test_executor.py::test_executor_known_hashes - tests/puzzle/test_provider.py::test_search_for_directory_setup_read_setup_with_no_dependencies - tests/utils/env/test_env_manager.py::test_create_venv_finds_no_python_executable - tests/utils/test_python_manager.py::test_python_get_preferred_default - 'tests/inspection/test_info.py::test_info_setup_missing_mandatory_should_trigger_pep517[name]' - 'tests/console/commands/python/test_python_list.py::test_list_poetry_managed[False]' ) src_prepare() { diff --git a/dev-python/poetry/poetry-2.3.2.ebuild b/dev-python/poetry/poetry-2.3.2.ebuild index 51ca4600dab6..2d8d5e282e83 100644 --- a/dev-python/poetry/poetry-2.3.2.ebuild +++ b/dev-python/poetry/poetry-2.3.2.ebuild @@ -46,10 +46,9 @@ RDEPEND=" BDEPEND=" test? ( >=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}] - >=dev-python/httpretty-1.1[${PYTHON_USEDEP}] >=dev-python/jaraco-classes-3.3.1[${PYTHON_USEDEP}] >=dev-python/pytest-mock-3.9[${PYTHON_USEDEP}] - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] ) " @@ -65,15 +64,6 @@ EPYTEST_DESELECT=( # broken if poetry-plugin-export is installed 'tests/console/test_application_command_not_found.py::test_application_command_not_found_messages[x-None]' - - # TODO - tests/console/commands/env/test_activate.py::test_no_additional_output_in_verbose_mode - tests/installation/test_executor.py::test_executor_known_hashes - tests/puzzle/test_provider.py::test_search_for_directory_setup_read_setup_with_no_dependencies - tests/utils/env/test_env_manager.py::test_create_venv_finds_no_python_executable - tests/utils/test_python_manager.py::test_python_get_preferred_default - 'tests/inspection/test_info.py::test_info_setup_missing_mandatory_should_trigger_pep517[name]' - 'tests/console/commands/python/test_python_list.py::test_list_poetry_managed[False]' ) src_prepare() {
