python3-hyperframe: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:36:07 -04:00
parent 4e8fe6d814
commit f38d32278c

View file

@ -14,10 +14,6 @@ homepage="https://python-hyper.org/hyperframe/"
distfiles="https://github.com/python-hyper/hyperframe/archive/v${version}.tar.gz"
checksum=a126e1e0fb24135aa7ac53cefe11ad197d0c9a5e74f495c1236022b1e578a7a8
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest
}
post_install() {
vlicense LICENSE
}