From 779ab13a1ec08962088754149068e19980f17c29 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 2 Oct 2024 16:05:34 -0400 Subject: [PATCH] setup.cfg: install pytest in the integration env Signed-off-by: Simon Deziel --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index b9b054b2..2e00ae6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,6 +81,8 @@ commands = [testenv:integration] passenv = LXD_* +deps = + .[testing] commands = pytest integration {posargs}