From b69de1cc1118ea961e86ee51d22e35f07ddf98ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 24 Jan 2021 12:36:26 +0700 Subject: [PATCH] python3-pytest-xvfb: fix do_check() --- srcpkgs/python3-pytest-xvfb/template | 4 ++++ 1 file changed, 4 insertions(+) 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 }