Pārlūkot izejas kodu

[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 mēnesi atpakaļ
vecāks
revīzija
14e4432495
2 mainītis faili ar 140 papildinājumiem un 31 dzēšanām
  1. 138 29
      poetry.lock
  2. 2 2
      pyproject.toml

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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"

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels