python3-wsproto: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:39:33 -04:00
parent 762b462fe7
commit 5b13b36ea9

View file

@ -15,10 +15,6 @@ changelog="https://raw.githubusercontent.com/python-hyper/wsproto/master/CHANGEL
distfiles="${PYPI_SITE}/w/wsproto/wsproto-${version}.tar.gz"
checksum=868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38
do_check() {
PYTHONPATH=src python3 -m pytest
}
post_install() {
vlicense LICENSE
}