mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-19 02:25:56 +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:.}"
|
lint-fix = "ruff check --fix {args:.}"
|
||||||
|
|
||||||
[tool.hatch.envs.hatch-test]
|
[tool.hatch.envs.hatch-test]
|
||||||
|
features = [
|
||||||
|
"curl-cffi",
|
||||||
|
"default",
|
||||||
|
]
|
||||||
dependency-groups = [
|
dependency-groups = [
|
||||||
"test",
|
"test",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user