summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 18:16:43 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:08:51 +0200
commit6e4f0b2c9a20746edd1657844fb0035de33334b6 (patch)
tree4b66fb2037d1f08ba1d89ce900e5421891c91832
parentpython3Packages.pytest-mockservers: disable failing test (diff)
downloadnixpkgs-6e4f0b2c9a20746edd1657844fb0035de33334b6.tar.gz
python3Packages.thermopro-ble: fix tests
-rw-r--r--pkgs/development/python-modules/thermopro-ble/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/thermopro-ble/default.nix b/pkgs/development/python-modules/thermopro-ble/default.nix
index 0da7947b12c6..8e6f8fa45df6 100644
--- a/pkgs/development/python-modules/thermopro-ble/default.nix
+++ b/pkgs/development/python-modules/thermopro-ble/default.nix
@@ -5,6 +5,7 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
+ pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
@@ -34,6 +35,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
+ pytest-asyncio
pytest-cov-stub
pytestCheckHook
];