lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.measurement: migrate to pytest-cov-stub

+5 -6
+5 -6
pkgs/development/python-modules/measurement/default.nix
··· 7 7 flit-scm, 8 8 sympy, 9 9 pytestCheckHook, 10 + pytest-cov-stub, 10 11 sphinx, 11 12 }: 12 13 ··· 30 31 sphinx 31 32 ]; 32 33 33 - postPatch = '' 34 - substituteInPlace pyproject.toml \ 35 - --replace "--cov=measurement" "" 36 - ''; 37 - 38 34 propagatedBuildInputs = [ sympy ]; 39 35 40 - nativeCheckInputs = [ pytestCheckHook ]; 36 + nativeCheckInputs = [ 37 + pytestCheckHook 38 + pytest-cov-stub 39 + ]; 41 40 42 41 meta = { 43 42 description = "Use and manipulate unit-aware measurement objects in Python";