From 244a3e643b0e0f28706f7a0ed6ddef31370e319d Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 12 Dec 2024 18:29:57 -0700 Subject: [PATCH] need tox for testing --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4a4aa7306..31a0c9829 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -226,6 +226,7 @@ testenv = [ # Here are the library dependencies of the test suite. test = [ "mock", + "tox", "pytest", "pytest-twisted", "tox >= 4.0.0",