dev-python/guessit: update test deps in 9999

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Ilya Tumaykin
2018-05-31 20:31:23 +03:00
committed by Michał Górny
parent abe7cb7c22
commit 54a737de6a

View File

@@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
DESCRIPTION="Python library for guessing information from video filenames"
HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.org/project/guessit/"
EGIT_REPO_URI="https://github.com/${PN}-io/${PN}.git"
EGIT_REPO_URI="https://github.com/guessit-io/guessit.git"
EGIT_BRANCH="develop"
LICENSE="LGPL-3"
@@ -27,8 +27,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
test? (
>=dev-python/pytest-2.7.3[${PYTHON_USEDEP}]
dev-python/pytest-capturelog[${PYTHON_USEDEP}]
>=dev-python/pytest-3.4[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
"