commit: 72d91d3e023f5f0a7535a009ff9d83c8adfcf8e3
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Feb 8 20:43:47 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Feb 8 20:43:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72d91d3e
dev-python/pytest-syrupy: remove useless variables
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild
b/dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild
index 4572bf367..240c594c4 100644
--- a/dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild
+++ b/dev-python/pytest-syrupy/pytest-syrupy-4.0.0.ebuild
@@ -16,14 +16,12 @@ S="${WORKDIR}/syrupy-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
RDEPEND="
dev-python/rich[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
BDEPEND="
- dev-lang/python
dev-python/poetry-core[${PYTHON_USEDEP}]
dev-python/colored[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]