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() {