python3-pytest-xvfb: fix do_check()
This commit is contained in:
parent
41a2d85bf2
commit
b69de1cc11
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ post_extract() {
|
||||||
cp "$XBPS_SRCDISTDIR/$pkgname-$version/LICENSE" .
|
cp "$XBPS_SRCDISTDIR/$pkgname-$version/LICENSE" .
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue