From 02049030d0f0c80232769e51252add3d9967faf5 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 21 Oct 2023 19:55:50 +0200 Subject: [PATCH] `paho` module added to automocks. --- docs/source/events.rst | 1 - platypush/utils/mock/modules.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/events.rst b/docs/source/events.rst index 02c76349..e5ed0dc3 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -69,7 +69,6 @@ Events platypush/events/tensorflow.rst platypush/events/todoist.rst platypush/events/torrent.rst - platypush/events/travisci.rst platypush/events/trello.rst platypush/events/video.rst platypush/events/weather.rst diff --git a/platypush/utils/mock/modules.py b/platypush/utils/mock/modules.py index 14aed19a..12ad36b0 100644 --- a/platypush/utils/mock/modules.py +++ b/platypush/utils/mock/modules.py @@ -71,7 +71,7 @@ mock_imports = [ "oauth2client", "omxplayer", "openzwave", - "paho.mqtt", + "paho", "pandas", "paramiko", "picamera",