python3-colorclass: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:35:07 -04:00
parent b07227c6cf
commit 21a82173b4

View file

@ -14,10 +14,6 @@ homepage="https://github.com/Robpol86/colorclass"
distfiles="https://github.com/Robpol86/colorclass/archive/v${version}.tar.gz"
checksum=@4b1dff3a5736f909f229429396131365d31cffac0c497bdf46a1fa61e8c2d6f7
do_check() {
PYTHONPATH="${PWD}/build-${py3_ver}/lib" python3 -m pytest
}
post_install() {
vlicense LICENSE
}