tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.inkbird-ble: run async tests
Martin Weinelt
7 months ago
292018ed
db4f5b25
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
inkbird-ble
default.nix
+2
pkgs/development/python-modules/inkbird-ble/default.nix
reviewed
···
6
6
fetchFromGitHub,
7
7
home-assistant-bluetooth,
8
8
poetry-core,
9
9
+
pytest-asyncio,
9
10
pytest-cov-stub,
10
11
pytestCheckHook,
11
12
pythonOlder,
···
37
36
];
38
37
39
38
nativeCheckInputs = [
39
39
+
pytest-asyncio
40
40
pytest-cov-stub
41
41
pytestCheckHook
42
42
];