projects
/
pgwui_develop
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ddb19
)
Install the extra testing dependencies when testing
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:29:51 +0000
(15:29 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:29:51 +0000
(15:29 -0500)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index eb2c6543ddf64be2b6f855cf5e6500fb4802889d..1157ad9c5cdc56db1ef8dd182adbaaaaf1495942 100644
(file)
--- 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.