python3-pytest-xvfb: fix do_check()

This commit is contained in:
Đoàn Trần Công Danh 2021-01-24 12:36:26 +07:00
parent 41a2d85bf2
commit b69de1cc11

View file

@ -21,6 +21,10 @@ post_extract() {
cp "$XBPS_SRCDISTDIR/$pkgname-$version/LICENSE" .
}
do_check() {
python3 setup.py test
}
post_install() {
vlicense LICENSE
}