mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-07 01:13:57 +00:00
[test] Add default and curl-cffi extras to hatch-test env (#16397)
Authored by: JSubelj
This commit is contained in:
parent
fe5e67c054
commit
f14d2f2d54
@ -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",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user