python3-Pebble: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:32:44 -04:00
parent c310e11e6f
commit e61bc83273

View file

@ -13,7 +13,3 @@ license="LGPL-3.0-or-later"
homepage="https://pebble.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/P/Pebble/Pebble-${version}.tar.gz"
checksum=b0abdc8830c21307038d63454584f71c2943e542e4e9d4c86d67aebc06c3519b
do_check() {
PYTHONPATH=$(pwd)/build/lib pytest
}