From 50aa38048a3b6f040d89442ac55485ae1748d9db Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 20 May 2019 16:40:10 +0000 Subject: community/py-isort: remove $builddir --- community/py-isort/APKBUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'community/py-isort') diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD index c0250c17e40..1fc5be95267 100644 --- a/community/py-isort/APKBUILD +++ b/community/py-isort/APKBUILD @@ -16,13 +16,11 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname builddir="$srcdir"/$_pkgname-$pkgver build() { - cd "$builddir" python2 setup.py build python3 setup.py build } check() { - cd "$builddir" pytest test_isort.py pytest-3 test_isort.py } -- cgit v1.2.3