python3-lz4: employ improved, automatic do_check

This commit is contained in:
Andrew J. Hesford 2020-12-02 22:35:54 -05:00
parent 4612f5d399
commit 263f005856

View file

@ -16,10 +16,6 @@ changelog="https://github.com/python-lz4/python-lz4/releases"
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
checksum=1ac354804cb2d5fb3d213857a6bf8590a301ef051cc16fbb4938bd2d6e524bda
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}