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:08:11 +02:00
commit 64d17fbb7d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,6 +1,5 @@
{
lib,
amqtt,
buildPythonPackage,
click,
fetchFromGitHub,
@ -43,7 +42,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
amqtt
pytest-asyncio
pytestCheckHook
];