Skip to content
Snippets Groups Projects
Verified Commit 033d7aa2 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Drop pytest-runner from checkdepends

Invoke pytest directly as setup.py pytest is deprecated.
parent 988eb228
No related branches found
Tags 0.5.2-7
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = python-apispec-webframeworks
pkgdesc = Web framework plugins for apispec
pkgver = 0.5.2
pkgrel = 7
url = https://github.com/marshmallow-code/apispec-webframeworks
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-bottle
checkdepends = python-flask
checkdepends = python-tornado
makedepends = python-setuptools
depends = python-apispec
depends = python-yaml
source = python-apispec-webframeworks-0.5.2.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/0.5.2.tar.gz
sha512sums = 56e39f69da7909d6db81c331dc00cb16414832c9393c272d1b1329282ff2e49f36fee51e3e131bf2586d0c2960c08cd4ba5f04f2d984a2d6a73a17942268f2e6
pkgname = python-apispec-webframeworks
......@@ -2,14 +2,14 @@
pkgname=python-apispec-webframeworks
pkgver=0.5.2
pkgrel=6
pkgrel=7
pkgdesc="Web framework plugins for apispec"
url="https://github.com/marshmallow-code/apispec-webframeworks"
license=('MIT')
arch=('any')
depends=('python-apispec' 'python-yaml')
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner' 'python-bottle' 'python-flask' 'python-tornado')
checkdepends=('python-pytest' 'python-bottle' 'python-flask' 'python-tornado')
source=("$pkgname-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec-webframeworks/archive/$pkgver.tar.gz")
sha512sums=('56e39f69da7909d6db81c331dc00cb16414832c9393c272d1b1329282ff2e49f36fee51e3e131bf2586d0c2960c08cd4ba5f04f2d984a2d6a73a17942268f2e6')
......@@ -20,7 +20,7 @@ build() {
check() {
cd apispec-webframeworks-$pkgver
python setup.py pytest || echo "https://github.com/marshmallow-code/apispec-webframeworks/issues/45"
pytest .
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment