diff options
Diffstat (limited to 'dev-python/libcst')
| -rw-r--r-- | dev-python/libcst/libcst-1.8.6.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-python/libcst/libcst-1.8.6.ebuild b/dev-python/libcst/libcst-1.8.6.ebuild index 29dc3c88680f..e80e56e8d151 100644 --- a/dev-python/libcst/libcst-1.8.6.ebuild +++ b/dev-python/libcst/libcst-1.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -142,6 +142,8 @@ distutils_enable_tests pytest QA_FLAGS_IGNORED="usr/lib/py.*/site-packages/libcst/native.*" +export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 + src_unpack() { pypi_src_unpack cargo_src_unpack @@ -170,15 +172,6 @@ python_test() { libcst/codegen/tests/test_codegen_clean.py ) - case ${EPYTHON} in - pypy3*) - EPYTEST_DESELECT+=( - # https://github.com/Instagram/LibCST/issues/1278 - libcst/codemod/commands/tests/test_rename_typing_generic_aliases.py::TestRenameCommand::test_rename_typing_generic_alias - ) - ;; - esac - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die # fixtures ln -s "${S}/native" . || die |
