Date: Sunday, April 9, 2023 @ 17:01:40
  Author: felixonmars
Revision: 1443298

upgpkg: python-vcrpy 4.2.1-3: rebuild with python 3.11

Modified:
  python-vcrpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 16:57:07 UTC (rev 1443297)
+++ PKGBUILD    2023-04-09 17:01:40 UTC (rev 1443298)
@@ -2,7 +2,7 @@
 
 pkgname=python-vcrpy
 pkgver=4.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Automatically mock your HTTP interactions to simplify and speed up 
testing'
 arch=('any')
 license=('MIT')
@@ -9,7 +9,7 @@
 url='https://github.com/kevin1024/vcrpy'
 depends=('python-yaml' 'python-wrapt' 'python-six' 'python-yarl')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-httpbin')
+checkdepends=('python-pytest-httpbin')
 
source=("https://github.com/kevin1024/vcrpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('59231e5164cda3099b18d099f0ef97e062e6401e52e5dfc4022aa89ca02881e9e6e3c782f12c288f5281b3b3bf175dc33a267bc6d2b40791582a1221f5d7aaab')
 
@@ -20,7 +20,7 @@
 
 check() {
   cd vcrpy-$pkgver
-  python setup.py pytest
+  python -m pytest
 }
 
 package() {

Reply via email to