python3Packages.roombapy: remove amqtt test dependency

This seems to have been removed and now it causes issues, because amqtt
fails to build.
This commit is contained in:
Martin Weinelt
2026-07-05 17:34:33 +02:00
parent 51e9ae967e
commit 64d17fbb7d
@@ -1,6 +1,5 @@
{
lib,
amqtt,
buildPythonPackage,
click,
fetchFromGitHub,
@@ -43,7 +42,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
amqtt
pytest-asyncio
pytestCheckHook
];