python3-marshmallow: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:36:35 -04:00
parent ff88ad2ce7
commit 762655b691
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CH
distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz"
checksum=ba949379cb6ef73655f72075e82b31cf57012a5557ede642fc8614ab0354f869
do_check() {
PYTHONPATH="${PWD}/build/lib" pytest3 -v
}
post_install() {
vlicense LICENSE
}