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

Commit faa0702

Browse files
author
polyzen
committed
upgpkg: python-pytest 7.2.0-2: Remove python-py dep
pytest-dev/pytest#10396 git-svn-id: file:///srv/repos/svn-community/svn@1340954 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 8c64602 commit faa0702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-pytest/trunk/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
pkgname=python-pytest
66
pkgver=7.2.0
7-
pkgrel=1
7+
pkgrel=2
88
pkgdesc="Simple powerful testing with Python"
99
arch=('any')
1010
license=('MIT')
1111
url="https://pytest.org/"
1212
depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy'
13-
'python-py' 'python-tomli')
13+
'python-tomli')
1414
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
1515
checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
1616
'python-nose' 'python-requests' 'python-xmlschema'

0 commit comments

Comments
 (0)