python3-marshmallow: remove unnecessary custom do_check
This commit is contained in:
parent
ff88ad2ce7
commit
762655b691
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue