commit:     a71e7522eb4a2b009b2fde5e421b2605b50ad1bc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 18:46:40 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 05:55:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71e7522

dev-python/python-json-logger: Fix misordered vars

Closes: https://bugs.gentoo.org/946508
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-json-logger/python-json-logger-3.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild 
b/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
index 72f24aa2103c..2b11127f7179 100644
--- a/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
+++ b/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
@@ -18,8 +18,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
-distutils_enable_tests pytest
-
 BDEPEND="
        test? (
                dev-python/freezegun[${PYTHON_USEDEP}]
@@ -27,6 +25,8 @@ BDEPEND="
        )
 "
 
+distutils_enable_tests pytest
+
 python_test() {
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
        epytest

Reply via email to