Date: Saturday, April 15, 2023 @ 17:32:15
  Author: polyzen
Revision: 1446186

upgpkg: python-pytest 7.3.1-4: Rebuild for Python 3.11

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-15 17:31:50 UTC (rev 1446185)
+++ PKGBUILD    2023-04-15 17:32:15 UTC (rev 1446186)
@@ -4,13 +4,12 @@
 
 pkgname=python-pytest
 pkgver=7.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="https://pytest.org/";
-depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging'
-         'python-pluggy' 'python-tomli')
+depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
 makedepends=('python-build' 'python-installer' 'python-setuptools'
              'python-wheel')
 checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'

Reply via email to