mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
dev-python/python-jose: eliminate pytest-runner dep
Reported-by: Toralf Förster <toralf@gentoo.org> Closes: https://bugs.gentoo.org/688680 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -30,6 +30,11 @@ DEPEND="${RDEPEND}
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
esetup.py test || die "tests failed with ${EPYTHON}"
|
||||
python_prepare_all() {
|
||||
sed -e 's|'\''pytest-runner'\'',\?||' -i setup.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test -v || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user