mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/traitlets: Run tests with py.test as upstream does
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1869 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
ad2e11ae49
commit
bc7af9289f
@@ -30,7 +30,7 @@ DEPEND="
|
||||
)
|
||||
test? (
|
||||
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
@@ -48,7 +48,7 @@ python_compile_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --verbosity=3 traitlets || die
|
||||
py.test --cov traitlets -v traitlets || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
|
||||
Reference in New Issue
Block a user