[test] Add default and curl-cffi extras to hatch-test env (#16397)

Authored by: JSubelj
This commit is contained in:
JSubelj
2026-04-04 23:44:27 +02:00
committed by GitHub
parent fe5e67c054
commit f14d2f2d54

View File

@@ -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",
]