lol

python313Packages.jproperties: migrate to pytest-cov-stub

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