diff --git a/pyproject.toml b/pyproject.toml index c767f57282..1ec6a36dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,6 +175,10 @@ lint-check = "ruff check {args:.}" lint-fix = "ruff check --fix {args:.}" [tool.hatch.envs.hatch-test] +features = [ + "curl-cffi", + "default", +] dependency-groups = [ "test", ]