git » python-pytest.git » commit 0be1f67

Remove python-exceptiongroup checkdep

author Daniel M. Capella
2024-04-28 06:14:02 UTC
committer Daniel M. Capella
2024-04-28 06:14:02 UTC
parent 4c50b680d28d87c25c8fb77e1ea92169b0a17808

Remove python-exceptiongroup checkdep

Only relevant for for Python <3.11.

.SRCINFO +0 -1
PKGBUILD +0 -1

diff --git a/.SRCINFO b/.SRCINFO
index 422bea8..a8c097c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = python-pytest
 	checkdepends = lsof
 	checkdepends = python-decorator
 	checkdepends = python-docutils
-	checkdepends = python-exceptiongroup
 	checkdepends = python-jinja
 	checkdepends = python-numpy
 	checkdepends = python-pexpect
diff --git a/PKGBUILD b/PKGBUILD
index e3dc8f5..c59d105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,6 @@ checkdepends=(
   'lsof'
   'python-decorator'
   'python-docutils'
-  'python-exceptiongroup'
   'python-jinja'
   'python-numpy'
   'python-pexpect'