mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/columnize: Fix setup.py to use tests_requires and correct deps to pytest
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=539818 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561734 see Github rocky/pycolumnize#24 Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -22,6 +22,8 @@ DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-nose.patch )
|
||||
|
||||
python_test() {
|
||||
py.test || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user