diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 18:48:01 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:08:56 +0200 |
| commit | 292018ede4e2c80f6e42e42086b4f3e48edc9cf0 (patch) | |
| tree | b66fed82032dfe66e748b5659474f4150251d600 | |
| parent | python3Packages.aioimaplib: test with pytest-asyncio 0.x (diff) | |
| download | nixpkgs-292018ede4e2c80f6e42e42086b4f3e48edc9cf0.tar.gz | |
python3Packages.inkbird-ble: run async tests
| -rw-r--r-- | pkgs/development/python-modules/inkbird-ble/default.nix | 2 |
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 ]; |
