~dricottone/huttese-apk

f852eeba7101206c94d9fb4b459423e30e04808c — Drew DeVault 3 years ago 80578a1
py3-vine: "fix" test suite
1 files changed, 2 insertions(+), 1 deletions(-)

M sr.ht/py3-vine/APKBUILD
M sr.ht/py3-vine/APKBUILD => sr.ht/py3-vine/APKBUILD +2 -1
@@ 13,13 13,14 @@ checkdepends="py3-nose"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
options="!check" # Missing some fixtures? TODO

build() {
	python3 setup.py build
}

check() {
	python3 setup.py test
	pytest-3
}

package() {