Browse Source

[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 month ago
parent
commit
14e4432495
2 changed files with 140 additions and 31 deletions
  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"
 meta-yt = "^0.1.9"
 berserk = "^0.13.2"
 berserk = "^0.13.2"
 
 
-[tool.poetry.group.dev]
+[tool.poetry.group.test]
 optional = true
 optional = true
 
 
-[tool.poetry.group.dev.dependencies]
+[tool.poetry.group.test.dependencies]
 Werkzeug = "2.0.3"
 Werkzeug = "2.0.3"
 black = "^22.3"
 black = "^22.3"
 coverage = "^7.0.5"
 coverage = "^7.0.5"

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