Merge pull request #175763 from SuperSandro2000/manim

manim: remove pytest-cov

authored by Sandro and committed by GitHub 57513452 edf7d856

+3 -3
+3 -3
pkgs/applications/video/manim/default.nix
··· 61 62 postPatch = '' 63 substituteInPlace pyproject.toml \ 64 - --replace 'cloup = "^0.13.0"' 'cloup = "*"' \ 65 - --replace 'mapbox-earcut = "^0.12.10"' 'mapbox-earcut = "*"' \ 66 ''; 67 68 buildInputs = [ cairo ]; ··· 106 107 108 checkInputs = [ 109 - python3.pkgs.pytest-cov 110 python3.pkgs.pytest-xdist 111 python3.pkgs.pytestCheckHook 112
··· 61 62 postPatch = '' 63 substituteInPlace pyproject.toml \ 64 + --replace "--no-cov-on-fail --cov=manim --cov-report xml --cov-report term" "" \ 65 + --replace 'cloup = "^0.13.0"' 'cloup = "*"' \ 66 + --replace 'mapbox-earcut = "^0.12.10"' 'mapbox-earcut = "*"' \ 67 ''; 68 69 buildInputs = [ cairo ]; ··· 107 108 109 checkInputs = [ 110 python3.pkgs.pytest-xdist 111 python3.pkgs.pytestCheckHook 112