summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMartin Mokry <martin-kokos@protonmail.com>2026-03-03 12:22:55 +0100
committerEli Schwartz <eschwartz@gentoo.org>2026-03-03 15:40:09 -0500
commita3f0b9f1153f3e1fbb0e41f4cebc3d460aff06ab (patch)
tree548897f52765bc680a31ccda4c578f3074099921 /dev-python
parentc70f181fa41acda6b9197b19ed7bc8cbbecef4f5 (diff)
downloadgentoo-a3f0b9f1153f3e1fbb0e41f4cebc3d460aff06ab.tar.gz
gentoo-a3f0b9f1153f3e1fbb0e41f4cebc3d460aff06ab.tar.bz2
gentoo-a3f0b9f1153f3e1fbb0e41f4cebc3d460aff06ab.zip
dev-python/poetry: Update test dependency
Reduce skipped tests Signed-off-by: Martin Mokry <martin-kokos@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/45885 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/poetry/poetry-2.3.0.ebuild12
-rw-r--r--dev-python/poetry/poetry-2.3.1.ebuild12
-rw-r--r--dev-python/poetry/poetry-2.3.2.ebuild12
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() {