Skip to content

Commit ab20760

Browse files
committed
feat: update dependencies in poetry.lock and pyproject.toml; add pytest-xdist for distributed testing
1 parent 5ac8b2a commit ab20760

2 files changed

Lines changed: 85 additions & 20 deletions

File tree

gitp-acolyte/poetry.lock

Lines changed: 79 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gitp-acolyte/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jinja2 = "^3.1.4"
1717
python-dotenv = "^1.0.1"
1818
openai = "^1.58.1"
1919

20-
[tool.poetry.dev-dependencies]
21-
pytest = "^6.2"
20+
[tool.poetry.group.dev.dependencies]
21+
pytest-xdist = { version = "^3.6.1", extras = ["psutil"] }
2222
black = "^21.9b0"
2323
flake8 = "^3.9.2"
2424

25-
[tool.poetry.group.dev.dependencies]
26-
pytest = "^8.3.4"
27-
2825
[build-system]
2926
requires = ["poetry-core>=1.0.0"]
30-
build-backend = "poetry.core.masonry.api"
27+
build-backend = "poetry.core.masonry.api"
28+
29+
[tool.pytest.ini_options]
30+
addopts="-n 4"

0 commit comments

Comments
 (0)