Skip to content

Commit

Permalink
setup.cfg: install pytest in the integration env
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 2, 2024
1 parent 4572515 commit 779ab13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ commands =

[testenv:integration]
passenv = LXD_*
deps =
.[testing]
commands =
pytest integration {posargs}

Expand Down

0 comments on commit 779ab13

Please sign in to comment.