mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/voluptuous: add test support (no bump) bug 593638
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -18,3 +18,8 @@ IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND=""
|
||||
|
||||
python_test() {
|
||||
unset PYTHONPATH
|
||||
nosetests -v || die "Tests failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user