mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 22:46:58 +02:00
dev-python/gpep517: Sync with Gentoo
It's from Gentoo commit 0109136f354cd142c832781d72c692f47e3bb351.
This commit is contained in:
parent
ed6a87a743
commit
a61eab06c0
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
|
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
|
||||||
@ -32,6 +32,11 @@ RDEPEND="
|
|||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||||
|
epytest -o tmp_path_retention_policy=all
|
||||||
|
}
|
||||||
|
|
||||||
python_install() {
|
python_install() {
|
||||||
python_domodule gpep517
|
python_domodule gpep517
|
||||||
python_newscript - gpep517 <<-EOF
|
python_newscript - gpep517 <<-EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user