mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-06 05:09:25 +03:00
[test] Add default and curl-cffi extras to hatch-test env (#16397)
Authored by: JSubelj
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user