瀏覽代碼

[poetry] Update pyproject to only install test deps when needed

We'll also need to fast follow this with a new line in the drone
file otherwise CI will fail because pytest wont be installed by default
any longer.
Colin Powell 1 月之前
父節點
當前提交
14e4432495
共有 2 個文件被更改,包括 140 次插入31 次删除
  1. 138 29
      poetry.lock
  2. 2 2
      pyproject.toml

File diff suppressed because it is too large
+ 138 - 29
poetry.lock


+ 2 - 2
pyproject.toml

@@ -53,10 +53,10 @@ django-oauth-toolkit = "^3.0.1"
 meta-yt = "^0.1.9"
 berserk = "^0.13.2"
 
-[tool.poetry.group.dev]
+[tool.poetry.group.test]
 optional = true
 
-[tool.poetry.group.dev.dependencies]
+[tool.poetry.group.test.dependencies]
 Werkzeug = "2.0.3"
 black = "^22.3"
 coverage = "^7.0.5"

Some files were not shown because too many files changed in this diff