From 724a2fd970022fe679f908fd37c3f29436f450f0 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 11 Sep 2024 08:34:50 -0400 Subject: [PATCH] move tox over --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80bb187..c51a749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,13 +29,13 @@ dev = [ "pre-commit ~= 3.4", "pyright~=1.1", "ruff == 0.4.4", - "tox ~= 4.15", ] tests = [ "pytest-cov ~= 4.1", "pytest-optional-tests", "pytest ~= 7.1", "vcrpy", + "tox ~= 4.15", ] docs = [ "mkdocs",