Install the extra testing dependencies when testing
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 4 Oct 2024 20:43:40 +0000 (15:43 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 4 Oct 2024 20:43:40 +0000 (15:43 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index ffed379b87e15fa521462fc7e2463bb9bc00dcf1..f519cbdb24fecf864cb3f3cb6689c086ba63953f 100644 (file)
--- 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