From 85aea9738c19e9132841b356788f599136cd903f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 29 Oct 2023 23:44:58 -0500 Subject: [PATCH] Include 'db' extra for tox tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5efa949..b701f97 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ requires = virtualenv<20.22.0 commands = pip install -U pip pip install -U setuptools wheel - pip install -U --upgrade-strategy eager wuttjamaican[docs,tests] + pip install -U --upgrade-strategy eager wuttjamaican[db,docs,tests] pytest {posargs} [testenv:coverage]