[arch-commits] Commit in proselint/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Fri Dec 28 06:17:35 UTC 2018


    Date: Friday, December 28, 2018 @ 06:17:34
  Author: polyzen
Revision: 418599

Uncomment tests

Modified:
  proselint/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 05:53:14 UTC (rev 418598)
+++ PKGBUILD	2018-12-28 06:17:34 UTC (rev 418599)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python-click' 'python-future' 'python-six')
 makedepends=('python-setuptools')
-#checkdepends=('python-mock' 'python-nose' 'python-pytest')
+checkdepends=('python-mock' 'python-nose' 'python-pytest')
 conflicts=('python-proselint')
 replaces=('python-proselint')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
@@ -21,10 +21,10 @@
   python setup.py build
 }
 
-#check() {
-#  cd $pkgname-$pkgver
-#  pytest
-#}
+check() {
+  cd $pkgname-$pkgver
+  pytest
+}
 
 package() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list