python3-Flask: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:31:21 -04:00
parent 5d7e4abdf7
commit c310e11e6f

View file

@ -16,10 +16,6 @@ distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
checksum=1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55
conflicts="python-Flask>=0"
do_check() {
PYTHONPATH=src/ python3 -m pytest
}
post_install() {
vlicense LICENSE.rst
}