From 315722c6890ca3f6f3c267f20a663f27599a1edf Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Wed, 3 Apr 2024 17:52:33 +0200 Subject: [PATCH] Make sure tox is installed to build documentation --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index a2a80fc..734cf0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4079,4 +4079,4 @@ annotations = ["influxdb"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a006a1018ffe8efa2183bf2754171e6060c92519fa7b77c14796cfc942696c7f" +content-hash = "9e26892f1406154d6f2a750dae2458c3d84e1ed8637c7e22d86f0e40d56d12bd" diff --git a/pyproject.toml b/pyproject.toml index 9299da0..0c50a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ ddt = "^1.4.2" optional = true [tool.poetry.group.docs.dependencies] +tox = "^3.23.0" GitPython = ">=2.1.5" Sphinx = "^4.5.0" sphinx-autobuild = "^2021.3.14"