python313Packages.jproperties: migrate to pytest-cov-stub

+2 -2
+2 -2
pkgs/development/python-modules/jproperties/default.nix
··· 4 4 fetchFromGitHub, 5 5 pytestCheckHook, 6 6 six, 7 + pytest-cov-stub, 7 8 pytest-datadir, 8 9 setuptools-scm, 9 10 }: ··· 25 26 propagatedBuildInputs = [ six ]; 26 27 27 28 nativeCheckInputs = [ 29 + pytest-cov-stub 28 30 pytest-datadir 29 31 pytestCheckHook 30 32 ]; ··· 32 34 postPatch = '' 33 35 substituteInPlace setup.py \ 34 36 --replace "setuptools_scm ~= 3.3" "setuptools_scm" 35 - substituteInPlace pytest.ini \ 36 - --replace "--cov=jproperties --cov-report=term --cov-report=html --cov-branch" "" 37 37 ''; 38 38 39 39 disabledTestPaths = [