From f44998121a53c4695a309f49b81c3fd497b5443a Mon Sep 17 00:00:00 2001 From: Alastair Flynn Date: Fri, 31 May 2024 14:57:29 +0100 Subject: [PATCH] Add setuptools to tox.ini In python12 setuptools in no longer included by default in venv enviroments https://docs.python.org/3/whatsnew/3.12.html Therefore we have to specify it in the dependencies --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 69a9bceca..dc37577b0 100644 --- a/tox.ini +++ b/tox.ini @@ -41,6 +41,7 @@ deps = kubernetes hvac packaging + setuptools [testenv:docs] deps =