diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template index 0e002f07ace..e4e0503b731 100644 --- a/srcpkgs/python3-pytest-xvfb/template +++ b/srcpkgs/python3-pytest-xvfb/template @@ -21,6 +21,10 @@ post_extract() { cp "$XBPS_SRCDISTDIR/$pkgname-$version/LICENSE" . } +do_check() { + python3 setup.py test +} + post_install() { vlicense LICENSE }