diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-01 13:37:20 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-01 13:37:20 +0000 |
| commit | 918f0aeb6ea7253f43d305c47ef4a4bfa9abfa18 (patch) | |
| tree | 3442551691050fe4e2bbdb1620ca505db991e1c3 /dev-python/pytest-html | |
| parent | 901f568fdaee34c403831fb19649093f0b1e86dc (diff) | |
| download | baldeagleos-repo-918f0aeb6ea7253f43d305c47ef4a4bfa9abfa18.tar.gz baldeagleos-repo-918f0aeb6ea7253f43d305c47ef4a4bfa9abfa18.tar.xz baldeagleos-repo-918f0aeb6ea7253f43d305c47ef4a4bfa9abfa18.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-html')
| -rw-r--r-- | dev-python/pytest-html/pytest-html-1.22.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pytest-html/pytest-html-1.22.1.ebuild b/dev-python/pytest-html/pytest-html-1.22.1.ebuild index 05fbf27923a2..7bdd1b4827f3 100644 --- a/dev-python/pytest-html/pytest-html-1.22.1.ebuild +++ b/dev-python/pytest-html/pytest-html-1.22.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) inherit distutils-r1 DESCRIPTION="Plugin for generating HTML reports for py.test results" @@ -13,9 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" + # Lots of test failures... RESTRICT="test" + RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-metadata[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} |
