commit: c247d7dc4d7a5ad97bdd8e4802dad8ccef54d256
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 13:53:00 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 13:53:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c247d7dc
dev-python/scikit-build-core: Update pytest-subprocess plugin name
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/scikit-build-core/scikit-build-core-0.9.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/scikit-build-core/scikit-build-core-0.9.8.ebuild
b/dev-python/scikit-build-core/scikit-build-core-0.9.8.ebuild
index 14c7618d86ef..1a6c2c52d236 100644
--- a/dev-python/scikit-build-core/scikit-build-core-0.9.8.ebuild
+++ b/dev-python/scikit-build-core/scikit-build-core-0.9.8.ebuild
@@ -59,5 +59,5 @@ python_test() {
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p subprocess -m "not isolated and not network"
+ epytest -p pytest-subprocess -m "not isolated and not network"
}