newapkbuild: fix default check function for python3
`setup.py check` does not run package tests, it performs just some check of the package metadata. The correct command is `setup.py test`.
Showing
Please register or sign in to comment
`setup.py check` does not run package tests, it performs just some check of the package metadata. The correct command is `setup.py test`.