From: Karl O. Pinc Date: Fri, 4 Oct 2024 20:45:09 +0000 (-0500) Subject: Install the extra testing dependencies when testing X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=b5f53bfb63e2116681641b7adf82a28fba8f12a9;p=pgwui_upload Install the extra testing dependencies when testing --- diff --git a/tox.ini b/tox.ini index 1a8ea0a..d7574c5 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,10 @@ deps = pytest-cov twine # coverage + +# Use the "test" optional-dependency +extras = test + commands = check-manifest python setup.py sdist