diff options
Diffstat (limited to 'dev-python/nextinspace')
| -rw-r--r-- | dev-python/nextinspace/nextinspace-3.0.1.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/nextinspace/nextinspace-9999.ebuild | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/dev-python/nextinspace/nextinspace-3.0.1.ebuild b/dev-python/nextinspace/nextinspace-3.0.1.ebuild index 5a44788bf6d5..d7cfc842e967 100644 --- a/dev-python/nextinspace/nextinspace-3.0.1.ebuild +++ b/dev-python/nextinspace/nextinspace-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ RDEPEND=" >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] >=dev-python/requests-2.24[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.8[${PYTHON_USEDEP}] - ) -" +EPYTEST_PLUGINS=( pytest-lazy-fixtures requests-mock ) distutils_enable_tests pytest diff --git a/dev-python/nextinspace/nextinspace-9999.ebuild b/dev-python/nextinspace/nextinspace-9999.ebuild index 23039ff15516..d7314c82636e 100644 --- a/dev-python/nextinspace/nextinspace-9999.ebuild +++ b/dev-python/nextinspace/nextinspace-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ RDEPEND=" >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] >=dev-python/requests-2.24[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.8[${PYTHON_USEDEP}] - ) -" +EPYTEST_PLUGINS=( pytest-lazy-fixtures requests-mock ) distutils_enable_tests pytest |
