From: Karl O. Pinc Date: Fri, 4 Oct 2024 20:29:51 +0000 (-0500) Subject: Install the extra testing dependencies when testing X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=f452edaadbd3723469b37a7ee23fb2ae0f57e243;p=pgwui_develop Install the extra testing dependencies when testing --- diff --git a/tox.ini b/tox.ini index eb2c654..1157ad9 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,9 @@ deps = twine # coverage +# Use the "test" optional-dependency +extras = test + # Tell coverage to turn on and append results so that when we # test we don't lose coverage due to warnings of previously having # imported a module. Necessary for testing fixtures.