Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-pytest 7.2.0-2: Remove python-py dep
Browse files Browse the repository at this point in the history
pytest-dev/pytest#10396

git-svn-id: file:///srv/repos/svn-community/svn@1340954 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
polyzen authored and svntogit committed Nov 2, 2022
1 parent 0a0c5d4 commit 6687aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
Expand Up @@ -4,13 +4,13 @@

pkgname=python-pytest
pkgver=7.2.0
pkgrel=1
pkgrel=2
pkgdesc="Simple powerful testing with Python"
arch=('any')
license=('MIT')
url="https://pytest.org/"
depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy'
'python-py' 'python-tomli')
'python-tomli')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
'python-nose' 'python-requests' 'python-xmlschema'
Expand Down

0 comments on commit 6687aae

Please sign in to comment.