From 93c5f579287cf7e173a88c0ec027fc83e4ddb239 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 13 Jan 2025 13:37:40 -0600 Subject: [PATCH] tests: need web extra when running tox tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0ff0e30..74597aa 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py38, py39, py310, py311 [testenv] -extras = tests +extras = web,tests commands = pytest {posargs} [testenv:coverage]