Skip to content

Commit

Permalink
pytest: update to 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 10, 2024
1 parent 175e04a commit 8d82ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lang-python/pytest/autobuild/defines
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKGNAME=pytest
PKGSEC=python
PKGDEP="py setuptools attrs iniconfig packaging pluggy tomli"
BUILDDEP="pip setuptools setuptools-scm tomli"
PKGDEP="py setuptools attrs iniconfig packaging pluggy tomli exceptiongroup"
BUILDDEP="pip setuptools setuptools-scm tomli wheel python-build"
PKGDES="A simple but powerful testing framework for Python"

ABHOST=noarch
Expand Down
5 changes: 2 additions & 3 deletions lang-python/pytest/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VER=7.1.1
REL=2
VER=8.2.2
SRCS="tbl::https://pypi.io/packages/source/p/pytest/pytest-$VER.tar.gz"
CHKSUMS="sha256::841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"
CHKSUMS="sha256::de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"
CHKUPDATE="anitya::id=3765"

0 comments on commit 8d82ad8

Please sign in to comment.