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

Felix Yan felixonmars at archlinux.org
Mon Jun 1 16:16:53 UTC 2020


    Date: Monday, June 1, 2020 @ 16:16:52
  Author: felixonmars
Revision: 637853

upgpkg: python-celery 4.4.3-1

Modified:
  python-celery/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-01 16:00:09 UTC (rev 637852)
+++ PKGBUILD	2020-06-01 16:16:52 UTC (rev 637853)
@@ -6,7 +6,7 @@
 # Contributor: apkawa <apkawa at gmail.com>
 
 pkgname=python-celery
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
@@ -23,7 +23,7 @@
             'python-yaml: for using the yaml serializer'
             'python-pyzmq: for using ZeroMQ transport')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-case' 'python-cryptography'
+checkdepends=('python-pytest' 'python-case' 'python-cryptography'
               'python-gevent' 'python-pymongo' 'python-msgpack' 'python-pyro' 'python-redis'
               'python-sqlalchemy' 'python-boto3' 'python-yaml' 'python-pyzmq' 'python-eventlet'
               'python-moto')
@@ -30,7 +30,7 @@
 source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz"
         celery at .service celery.tmpfiles.d)
 options=('!emptydirs')
-sha512sums=('2d0aaf1cb51db162b55f679de194404cc596ac08b47e52581b1bc1d8b39546b44ec682d9eba64f5341884b62e846fb5df8feb2ad11f5213af0384656124abaf4'
+sha512sums=('7d00a675a6a05bf2db3c859ea393fe4243b17097d1680bc6b14a9f92fc20db571db5042db21541ab0d850f095a13aa2ddaf912382efe6cfba8fb7955c391756b'
             '3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
             '67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
 
@@ -49,8 +49,8 @@
 
 check() {
   cd celery-$pkgver
-  # TODO
-  python setup.py pytest --addopts "--deselect t/unit/security/test_security.py::test_security::test_setup_security__default_app"
+  # t/unit/apps/test_multi.py & t/unit/bin/test_multi.py: needs write permission to /var/run/celery
+  python -m pytest --deselect t/unit/apps/test_multi.py --deselect t/unit/bin/test_multi.py
 }
 
 package() {



More information about the arch-commits mailing list