python3-sniffio: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:38:53 -04:00
parent b3df4c3799
commit 9d14d98004

View file

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