lol

python313Packages.cftime: migrate to pytest-cov-stub

+5 -5
+5 -5
pkgs/development/python-modules/cftime/default.nix
··· 4 4 cython, 5 5 fetchPypi, 6 6 numpy, 7 + pytest-cov-stub, 7 8 pytestCheckHook, 8 9 pythonOlder, 9 10 }: ··· 20 21 hash = "sha256-UKx2zJ8Qq3vUbkSnHFGmknBRtJm0QH308pqxPXQblC8="; 21 22 }; 22 23 23 - postPatch = '' 24 - sed -i "/--cov/d" setup.cfg 25 - ''; 26 - 27 24 nativeBuildInputs = [ 28 25 cython 29 26 numpy ··· 31 28 32 29 propagatedBuildInputs = [ numpy ]; 33 30 34 - nativeCheckInputs = [ pytestCheckHook ]; 31 + nativeCheckInputs = [ 32 + pytest-cov-stub 33 + pytestCheckHook 34 + ]; 35 35 36 36 pythonImportsCheck = [ "cftime" ]; 37 37