python-pytest: Update to 4.4.2

This commit is contained in:
Alexey Pavlov
2019-06-24 09:04:49 +03:00
parent e2fdee30f6
commit 1fa097dd92

View File

@@ -2,8 +2,8 @@
pkgbase=python-pytest
pkgname=('python3-pytest' 'python2-pytest')
pkgver=3.9.3
pkgrel=2
pkgver=4.4.2
pkgrel=1
pkgdesc="Simple powerful testing with Python"
arch=('any')
license=('MIT')
@@ -25,7 +25,7 @@ makedepends=('python2-atomicwrites'
'python2-six'
'python3-six')
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05')
sha512sums=('cef0a89c54e0851be4434d8891971c88433555588f96eca4c1f833644b43a326435425f2b10a19b260591db35455ab9100a15cb5a128451fde9e60e4629c49f1')
prepare() {
sed -i "s/'_pytest.vendored_packages'//" pytest-${pkgver}/setup.py