Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-regressions/
Date: Mon, 28 Feb 2022 10:13:23
Message-Id: 1646043196.0d71c6d110c657543b7e712ca1c47f73cf78fc11.mgorny@gentoo
1 commit: 0d71c6d110c657543b7e712ca1c47f73cf78fc11
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 09:31:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 10:13:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d71c6d1
7
8 dev-python/pytest-regressions: Remove unused tox test dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild
16 index 1f4d0d4876b9..172ead2f7f43 100644
17 --- a/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild
18 +++ b/dev-python/pytest-regressions/pytest-regressions-2.3.1.ebuild
19 @@ -22,11 +22,6 @@ RDEPEND="
20 dev-python/pyyaml[${PYTHON_USEDEP}]
21 "
22
23 -BDEPEND="
24 - test? (
25 - dev-python/tox[${PYTHON_USEDEP}]
26 - )"
27 -
28 distutils_enable_tests pytest
29 distutils_enable_sphinx doc dev-python/sphinx_rtd_theme