summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 18:48:01 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:08:56 +0200
commit292018ede4e2c80f6e42e42086b4f3e48edc9cf0 (patch)
treeb66fed82032dfe66e748b5659474f4150251d600
parentpython3Packages.aioimaplib: test with pytest-asyncio 0.x (diff)
downloadnixpkgs-292018ede4e2c80f6e42e42086b4f3e48edc9cf0.tar.gz
python3Packages.inkbird-ble: run async tests
-rw-r--r--pkgs/development/python-modules/inkbird-ble/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/inkbird-ble/default.nix b/pkgs/development/python-modules/inkbird-ble/default.nix
index b2a31ed4c13c..4d507af22ac1 100644
--- a/pkgs/development/python-modules/inkbird-ble/default.nix
+++ b/pkgs/development/python-modules/inkbird-ble/default.nix
@@ -6,6 +6,7 @@
fetchFromGitHub,
home-assistant-bluetooth,
poetry-core,
+ pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
@@ -36,6 +37,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
+ pytest-asyncio
pytest-cov-stub
pytestCheckHook
];