Skip to content

Commit

Permalink
dev-lang/python-exec: Disable pytest plugin autoload
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Apr 14, 2024
1 parent 2b7ec68 commit 1c9427b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-lang/python-exec/python-exec-2.4.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -53,6 +53,11 @@ src_configure() {
econf "${myconf[@]}"
}

src_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
default
}

src_install() {
default

Expand Down

0 comments on commit 1c9427b

Please sign in to comment.