streamlink: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:41:17 -04:00
parent b6c1ce5ab9
commit fd74a40b71

View file

@ -19,10 +19,6 @@ checksum=c0ead9e961638d41cab9bd9677cdc701f2313bfd4d23cd8158410932839c62db
export STREAMLINK_USE_PYCOUNTRY=1
do_check() {
PYTHONPATH="${PWD}/build/lib" python3 -m pytest
}
post_install() {
vlicense LICENSE
}