python3-ultrajson: remove unnecessary custom do_check
This commit is contained in:
parent
35d445d1fb
commit
762b462fe7
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@ homepage="https://github.com/ultrajson/ultrajson"
|
|||
distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
|
||||
checksum=c615a9e9e378a7383b756b7e7a73c38b22aeb8967a8bfbffd4741f7ffd043c4d
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue