[arch-commits] Commit in python-elasticsearch/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 31 17:45:17 UTC 2020


    Date: Friday, July 31, 2020 @ 17:45:17
  Author: felixonmars
Revision: 666264

remove es repo for now

Modified:
  python-elasticsearch/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-31 16:42:24 UTC (rev 666263)
+++ PKGBUILD	2020-07-31 17:45:17 UTC (rev 666264)
@@ -11,10 +11,9 @@
 makedepends=('python-setuptools' 'git')
 checkdepends=('python-requests' 'python-mock' 'python-yaml' 'python-pytest' 'python-numpy'
               'python-pandas' 'python-aiohttp' 'python-pytest-asyncio')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz"
-        git+https://github.com/elastic/elasticsearch.git)
-sha512sums=('46f4295bca0da9b1fb4e8dea6ef511e4f37c342394e24c36712f63e3c75bc76c60f37a81350b7873465e129a635cbf70dd7039daae13e851cfbcc995f91bd432'
-            'SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz")
+#       git+https://github.com/elastic/elasticsearch.git)
+sha512sums=('46f4295bca0da9b1fb4e8dea6ef511e4f37c342394e24c36712f63e3c75bc76c60f37a81350b7873465e129a635cbf70dd7039daae13e851cfbcc995f91bd432')
 
 prepare() {
   sed -i 's/, "certifi"//' elasticsearch-py-$pkgver/setup.py
@@ -29,7 +28,8 @@
 check() {
   cd elasticsearch-py-$pkgver
   # Skip tests that requires a running elasticsearch server
-  TEST_ES_REPO="$srcdir"/elasticsearch pytest --deselect test_elasticsearch/test_async/test_server
+  #TEST_ES_REPO="$srcdir"/elasticsearch
+  pytest --deselect test_elasticsearch/test_async/test_server
 }
 
 package() {



More information about the arch-commits mailing list