python3-outcome: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:37:02 -04:00
parent 9523980c98
commit 744e946a0c

View file

@ -14,10 +14,6 @@ homepage="https://github.com/python-trio/outcome"
distfiles="${PYPI_SITE}/o/outcome/outcome-${version}.tar.gz"
checksum=e862f01d4e626e63e8f92c38d1f8d5546d3f9cce989263c521b2e7990d186967
do_check() {
PYTHONPATH=$(cd build/lib* && pwd) pytest
}
post_install() {
vlicense LICENSE
}