diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 14:19:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 14:58:30 +0200 |
commit | 119c35911721f3c254316bde0ef373dbdc6293ad (patch) | |
tree | e0903697e39ad4347bef5047fff1d34ea4abb438 /dev-python/pytest | |
parent | dev-python/pytest: Reenable tests on py39 (diff) | |
download | gentoo-119c35911721f3c254316bde0ef373dbdc6293ad.tar.gz gentoo-119c35911721f3c254316bde0ef373dbdc6293ad.tar.bz2 gentoo-119c35911721f3c254316bde0ef373dbdc6293ad.zip |
dev-python/pytest: Add missing test-dep on pygments
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-5.4.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-5.4.2.ebuild b/dev-python/pytest/pytest-5.4.2.ebuild index fccc727d16e5..b5c05300772f 100644 --- a/dev-python/pytest/pytest-5.4.2.ebuild +++ b/dev-python/pytest/pytest-5.4.2.ebuild @@ -42,6 +42,7 @@ DEPEND="${RDEPEND} >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/xmlschema[${PYTHON_USEDEP}] !!dev-python/flaky |