Skip to content

Commit

Permalink
fix(tox): install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arodindev committed Aug 4, 2024
1 parent 50bce63 commit 9ff9e3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "todoapp"
version = "0.1.0"
description = "Boilerplate Todo-App using FastAPI, MongoDB, Motor, Poetry"
authors = ["havocds"]
authors = ["arodindev"]
license = "MIT"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ allowlist_externals = poetry

[testenv:test_app]
commands_pre =
poetry install -v --no-interaction --no-root --without dev
poetry install -v --no-interaction --no-root
commands =
poetry run coverage run -m pytest
poetry run coverage report -m
Expand Down

0 comments on commit 9ff9e3a

Please sign in to comment.