summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2018-04-07 23:52:57 -0400
committerDaniel M. Capella2018-04-07 23:53:03 -0400
commit5bb32cf318b66333d5ee318b1d2defc5dc05cd5e (patch)
treeb228561db96f7d6abbe3a5c9b3e9f69b4f91f3e5 /PKGBUILD
parent93f761e2bc739852ae1043b80650dfe0d5f9dddc (diff)
downloadaur-5bb32cf318b66333d5ee318b1d2defc5dc05cd5e.tar.gz
Remove check
https://github.com/rarcega/instagram-scraper/commit/5168235e74674277c5d20e150c33e222146d1d16#comments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 209b1007bf2c..1fe1fe077de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url=https://github.com/rarcega/instagram-scraper
license=('custom:Public domain')
depends=('python-requests' 'python-tqdm')
makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-requests-mock')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha512sums=('3e715a61f95efff493c48f1cbd51299535f374e22526b29cd2a8434fc41006e24de84264c6b74b8c6bb545173f3fe0f13f863579524691a0106221d28cd38737')
@@ -18,11 +17,6 @@ build() {
python setup.py build
}
-check() {
- cd $pkgname-$pkgver
- nosetests
-}
-
package() {
cd $pkgname-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build