dev-python/plumlightpad: remove (deprecated) nosetests

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2022-10-18 23:32:29 +02:00
committed by Andreas Billmeier
parent 678567f094
commit e0e41d49a1
2 changed files with 1 additions and 3 deletions

View File

@@ -20,12 +20,10 @@ RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}