python3-pytest-xvfb: fix do_check()
This commit is contained in:
parent
41a2d85bf2
commit
b69de1cc11
|
@ -21,6 +21,10 @@ post_extract() {
|
|||
cp "$XBPS_SRCDISTDIR/$pkgname-$version/LICENSE" .
|
||||
}
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue