Skip to content

Commit

Permalink
Add pytest-xdist as dev dependency to app
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbasson committed Aug 12, 2024
1 parent 297aecb commit d2a0efc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
36 changes: 35 additions & 1 deletion app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ pytest = "~8.3.2"
pytest-cov = "~5.0.0"
pytest-mock = "~3.14.0"

[tool.poetry.group.dev.dependencies]
pytest-xdist = "^3.6.1"

[build-system]
requires = ["poetry-core>=1.8.3"]
build-backend = "poetry.core.masonry.api"
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY webhooks/poetry.lock webhooks/
# Copy and run the install dependencies script
COPY scripts/install_all_dependencies.sh .
RUN bash install_all_dependencies.sh
RUN pip install pytest-xdist

COPY . .

Expand Down

0 comments on commit d2a0efc

Please sign in to comment.