dev-python/brottsplatskartan: remove (deprecated) nosetests

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2022-10-18 21:29:21 +02:00
committed by Andreas Billmeier
parent 13486a2f22
commit 9bb1aabd69
2 changed files with 1 additions and 3 deletions

View File

@@ -21,12 +21,10 @@ RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
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
}