diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-30 16:35:43 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-30 16:35:43 -0500 |
| commit | 719f34f1b995c87fcee57237cdbc4f7b4ee21b51 (patch) | |
| tree | 9d29fb8faa9fd4f9e485181f5bae5d28d51c69cd /dev-python/pkgcraft | |
| parent | 12f44434dede883e1d33b5470fb17a1b873107cd (diff) | |
| download | baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.tar.gz baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.tar.xz baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pkgcraft')
| -rw-r--r-- | dev-python/pkgcraft/pkgcraft-0.0.11.ebuild | 8 | ||||
| -rw-r--r-- | dev-python/pkgcraft/pkgcraft-9999.ebuild | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild index f292d9f7e252..6b20b0f3f344 100644 --- a/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,6 +48,7 @@ BDEPEND=" virtual/pkgconfig " +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_prepare_all() { @@ -63,11 +64,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} - python_install() { # Conditional because these aren't installed officially right now # and the naming is just for convenience. diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index e2fe7ec8c8a3..ae31eeae56cc 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,6 +48,7 @@ BDEPEND=" virtual/pkgconfig " +EPYTEST_PLUGINS=() distutils_enable_tests pytest python_prepare_all() { @@ -63,11 +64,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} - python_install() { # Conditional because these aren't installed officially right now # and the naming is just for convenience. |
