nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.inkbird-ble: run async tests

+2
+2
pkgs/development/python-modules/inkbird-ble/default.nix
··· 6 6 fetchFromGitHub, 7 7 home-assistant-bluetooth, 8 8 poetry-core, 9 + pytest-asyncio, 9 10 pytest-cov-stub, 10 11 pytestCheckHook, 11 12 pythonOlder, ··· 37 36 ]; 38 37 39 38 nativeCheckInputs = [ 39 + pytest-asyncio 40 40 pytest-cov-stub 41 41 pytestCheckHook 42 42 ];