python3-pyxattr: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:38:01 -04:00
parent 0212b66266
commit 0d723727e5

View file

@ -14,7 +14,3 @@ license="LGPL-2.1-or-later"
homepage="http://pyxattr.k1024.org/"
distfiles="${PYPI_SITE}/p/pyxattr/pyxattr-${version}.tar.gz"
checksum=68477027e6d3310669f98aaef15393bfcd9b2823d7a7f00a6f1d91a3c971ae64
do_check() {
PYTHONPATH=$(cd build/lib* && pwd) python3 -m pytest
}