commit: 2656112a0f5304c77221442c370fcca281980ed6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 20:15:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 10 20:18:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2656112a
dev-python/black: drop pytest-forked use from 25.1.0
The linked bug was fixed in 25.1.0.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/black/black-25.1.0.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/black/black-25.1.0.ebuild
b/dev-python/black/black-25.1.0.ebuild
index a63d9e6f3498..cefce021810c 100644
--- a/dev-python/black/black-25.1.0.ebuild
+++ b/dev-python/black/black-25.1.0.ebuild
@@ -38,10 +38,8 @@ BDEPEND="
dev-python/aiohttp-cors[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/parameterized[${PYTHON_USEDEP}]
- dev-python/pytest-forked[${PYTHON_USEDEP}]
)
"
-
distutils_enable_tests pytest
python_test() {
@@ -58,9 +56,7 @@ python_test() {
esac
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- # pytest-forked to workaround fd leakage in blackd
- # https://github.com/psf/black/issues/4504
- epytest -p pytest_forked --forked
+ epytest
}
pkg_postinst() {