diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:42:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:50:12 +0200 |
commit | a79bc6b02a9e4b18183f93e670beb0b8dce145f6 (patch) | |
tree | e68584c39056bcbc46f9d114dbebceeca767ad9c /app-portage | |
parent | dev-python/deepdiff: Enable py3.13 (diff) | |
download | gentoo-a79bc6b02a9e4b18183f93e670beb0b8dce145f6.tar.gz gentoo-a79bc6b02a9e4b18183f93e670beb0b8dce145f6.tar.bz2 gentoo-a79bc6b02a9e4b18183f93e670beb0b8dce145f6.zip |
app-portage/gentoolkit: Fix testing
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.6.7.ebuild | 3 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild index d00878e10f08..0fab405bae64 100644 --- a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild @@ -83,7 +83,8 @@ src_compile() { } src_test() { - python_foreach_impl meson_src_test --no-rebuild --verbose + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + python_foreach_impl epytest } src_install() { diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index d00878e10f08..0fab405bae64 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -83,7 +83,8 @@ src_compile() { } src_test() { - python_foreach_impl meson_src_test --no-rebuild --verbose + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + python_foreach_impl epytest } src_install() { |