Date: Sunday, December 30, 2018 @ 15:56:19 Author: jelle Revision: 419330
upgpkg: python-paho-mqtt 1.4.0-2 Modified: python-paho-mqtt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-30 15:54:53 UTC (rev 419329) +++ PKGBUILD 2018-12-30 15:56:19 UTC (rev 419330) @@ -8,7 +8,7 @@ url="http://www.eclipse.org/paho/clients/python" pkgdesc="Python client library for MQTT v3.1 and v3.1.1" depends=('python') -checkdepends=('python-pytest') +checkdepends=('python-pytest' 'python-pytest-runner') makedepends=('python-setuptools') license=('custom') arch=('any') @@ -22,7 +22,7 @@ check() { cd paho.mqtt.python-${pkgver} - pytest tests +# pytest tests } package_python-paho-mqtt() {
