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

Changed files
+3 -2
pkgs
development
python-modules
httpx-ws
+3 -2
pkgs/development/python-modules/httpx-ws/default.nix
···
httpcore,
httpx,
pytestCheckHook,
+
pytest-cov-stub,
pythonOlder,
starlette,
trio,
···
substituteInPlace pyproject.toml \
--replace-fail 'source = "regex_commit"' "" \
--replace-fail 'commit_extra_args = ["-e"]' "" \
-
--replace-fail '"hatch-regex-commit"' "" \
-
--replace-fail 'addopts = "--cov=httpx_ws/ --cov-report=term-missing"' ""
+
--replace-fail '"hatch-regex-commit"' ""
'';
build-system = [ hatchling ];
···
nativeCheckInputs = [
pytestCheckHook
+
pytest-cov-stub
starlette
trio
uvicorn