python3-wsproto: remove unnecessary custom do_check
This commit is contained in:
parent
762b462fe7
commit
5b13b36ea9
|
@ -15,10 +15,6 @@ changelog="https://raw.githubusercontent.com/python-hyper/wsproto/master/CHANGEL
|
||||||
distfiles="${PYPI_SITE}/w/wsproto/wsproto-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/wsproto/wsproto-${version}.tar.gz"
|
||||||
checksum=868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38
|
checksum=868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH=src python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue