projects
/
pgwui_server
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e456e23
)
Install the extra testing dependencies when testing
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:43:40 +0000
(15:43 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:43:40 +0000
(15:43 -0500)
tox.ini
patch
|
blob
|
history
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