summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-30 15:53:00 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-30 15:53:00 +0200
commitc247d7dc4d7a5ad97bdd8e4802dad8ccef54d256 (patch)
tree50f8e0aa18cb88ddbb540abb97a57a8e05c12c2d /dev-python/scikit-build-core
parentdev-python/incremental: Bump to 24.7.2 (diff)
downloadgentoo-c247d7dc4d7a5ad97bdd8e4802dad8ccef54d256.tar.gz
gentoo-c247d7dc4d7a5ad97bdd8e4802dad8ccef54d256.tar.bz2
gentoo-c247d7dc4d7a5ad97bdd8e4802dad8ccef54d256.zip
dev-python/scikit-build-core: Update pytest-subprocess plugin name
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scikit-build-core')
-rw-r--r--dev-python/scikit-build-core/scikit-build-core-0.9.8.ebuild2
1 files changed, 1 insertions, 1 deletions
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"
}