git » python-pytest.git » commit 21dba0b

Remove python-py dep

author Daniel M. Capella
2022-11-02 03:32:17 UTC
committer Daniel M. Capella
2022-11-02 03:32:17 UTC
parent 322a9029b18fba9a6938377063eb305a70b24779

Remove python-py dep

https://github.com/pytest-dev/pytest/pull/10396

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 86bd716..7870b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'