mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/py-django-phonenumber-field: disable tests
Apparently the tests require that django is bootstrapped and configured. python setup.py test does not seem to be supported.
This commit is contained in:
parent
d92814663a
commit
845960f652
@ -11,6 +11,7 @@ depends="py-babel py-django py-phonenumbers"
|
||||
makedepends=py-setuptools
|
||||
source="https://files.pythonhosted.org/packages/source/d/django-phonenumber-field/django-phonenumber-field-$pkgver.tar.gz"
|
||||
builddir=$srcdir/django-phonenumber-field-$pkgver
|
||||
options="!check" # test fails. its unclear how tests are supposed to be executed
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
Loading…
Reference in New Issue
Block a user