From: Karl O. Pinc Date: Fri, 4 Oct 2024 20:43:40 +0000 (-0500) Subject: Install the extra testing dependencies when testing X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=ecf382a3b8f8a4cafd048d10a6916eea6a416a1d;p=pgwui_server Install the extra testing dependencies when testing --- diff --git a/tox.ini b/tox.ini index ffed379..f519cbd 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,10 @@ deps = pgwui_develop pgwui_logout pgwui_menu + +# Use the "test" optional-dependency +extras = test + commands = check-manifest python setup.py sdist