Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.moat-ble: migrate to pytest-cov-stub

+5 -6
+5 -6
pkgs/development/python-modules/moat-ble/default.nix
··· 5 fetchFromGitHub, 6 home-assistant-bluetooth, 7 poetry-core, 8 pytestCheckHook, 9 pythonOlder, 10 sensor-state-data, ··· 32 sensor-state-data 33 ]; 34 35 - nativeCheckInputs = [ pytestCheckHook ]; 36 - 37 - postPatch = '' 38 - substituteInPlace pyproject.toml \ 39 - --replace " --cov=moat_ble --cov-report=term-missing:skip-covered" "" 40 - ''; 41 42 pythonImportsCheck = [ "moat_ble" ]; 43
··· 5 fetchFromGitHub, 6 home-assistant-bluetooth, 7 poetry-core, 8 + pytest-cov-stub, 9 pytestCheckHook, 10 pythonOlder, 11 sensor-state-data, ··· 33 sensor-state-data 34 ]; 35 36 + nativeCheckInputs = [ 37 + pytest-cov-stub 38 + pytestCheckHook 39 + ]; 40 41 pythonImportsCheck = [ "moat_ble" ]; 42