Date: Monday, November 14, 2022 @ 20:55:25
  Author: alucryd
Revision: 1347755

python-charset-normalizer 3.0.0-2: use pytest

Modified:
  python-charset-normalizer/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 20:54:14 UTC (rev 1347754)
+++ PKGBUILD    2022-11-14 20:55:25 UTC (rev 1347755)
@@ -5,7 +5,7 @@
 
 pkgname=python-charset-normalizer
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Encoding and language detection alternative to chardet'
 arch=(any)
 url=https://github.com/ousret/charset_normalizer
@@ -15,7 +15,10 @@
   git
   python-setuptools
 )
-checkdepends=(python-pytest)
+checkdepends=(
+  python-pytest
+  python-pytest-cov
+)
 _tag=0ec52eff710ede4924eb0bb2a243b781ea547cb6
 source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
 b2sums=(SKIP)
@@ -34,7 +37,7 @@
 
 check() {
   cd charset_normalizer
-  python setup.py test
+  pytest
 }
 
 package() {

Reply via email to