Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593638 - dev-python/voluptuous - please add tests
Summary: dev-python/voluptuous - please add tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-13 07:24 UTC by Tomáš Mózes
Modified: 2016-09-16 04:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2016-09-13 07:24:32 UTC
Upstream provides tests, would be nice to be able to use them in Gentoo. Tested with:

 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""
+
+python_test() {
+       unset PYTHONPATH
+       nosetests -v || die "Tests failed"
+}
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-09-14 13:09:04 UTC
done in place to 0.9.3
Comment 2 Tomáš Mózes 2016-09-16 04:20:08 UTC
Thank you.