lol

python313Packages.httpx-ws: migrate to pytest-cov-stub

+3 -2
+3 -2
pkgs/development/python-modules/httpx-ws/default.nix
··· 7 7 httpcore, 8 8 httpx, 9 9 pytestCheckHook, 10 + pytest-cov-stub, 10 11 pythonOlder, 11 12 starlette, 12 13 trio, ··· 33 34 substituteInPlace pyproject.toml \ 34 35 --replace-fail 'source = "regex_commit"' "" \ 35 36 --replace-fail 'commit_extra_args = ["-e"]' "" \ 36 - --replace-fail '"hatch-regex-commit"' "" \ 37 - --replace-fail 'addopts = "--cov=httpx_ws/ --cov-report=term-missing"' "" 37 + --replace-fail '"hatch-regex-commit"' "" 38 38 ''; 39 39 40 40 build-system = [ hatchling ]; ··· 48 48 49 49 nativeCheckInputs = [ 50 50 pytestCheckHook 51 + pytest-cov-stub 51 52 starlette 52 53 trio 53 54 uvicorn