diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-14 14:10:00 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-14 19:39:55 +0200 |
| commit | 73307d70f224ec99b3cf2697fe45dd2a30cfaa4c (patch) | |
| tree | bac74a3a9a438596f94e8649f6269c4e439a44af | |
| parent | 01eecf394dbc1fa2fcb490f1eca5a2cc209d3ef2 (diff) | |
| download | gentoo-73307d70f224ec99b3cf2697fe45dd2a30cfaa4c.tar.gz gentoo-73307d70f224ec99b3cf2697fe45dd2a30cfaa4c.tar.bz2 gentoo-73307d70f224ec99b3cf2697fe45dd2a30cfaa4c.zip | |
dev-python/astroid: Remove stale deselects
Signed-off-by: Michał Górny <mgorny@gentoo.org>
| -rw-r--r-- | dev-python/astroid/astroid-3.3.10.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/astroid/astroid-3.3.10.ebuild b/dev-python/astroid/astroid-3.3.10.ebuild index 1e1536ca3844..f6614965a3ff 100644 --- a/dev-python/astroid/astroid-3.3.10.ebuild +++ b/dev-python/astroid/astroid-3.3.10.ebuild @@ -76,22 +76,6 @@ python_test() { ) fi - case ${EPYTHON} in - pypy3) - EPYTEST_DESELECT+=( - tests/test_transforms.py::TestTransforms::test_transform_aborted_if_recursion_limited - ) - ;; - python3.13) - EPYTEST_DESELECT+=( - # changes in py3.13.0b4 - # https://github.com/pylint-dev/astroid/issues/2478 - tests/test_nodes.py::AsStringTest::test_f_strings - tests/test_nodes_lineno.py::TestLinenoColOffset::test_end_lineno_string - ) - ;; - esac - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest } |
