projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af22123
)
Change component name from pgwui_testing to pgwui_develop
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 26 Jan 2021 03:30:16 +0000
(21:30 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 26 Jan 2021 03:30:16 +0000
(21:30 -0600)
setup.py
patch
|
blob
|
history
tox.ini
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 72cb1ff0d6f0f4f4f66728c6c3ff53174803627b..19ebaa847883f3ed1f6f68b018a356a7822af441 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-59,7
+59,7
@@
long_description = filter_readme()
# Pyramid testing requirements
tests_require = [
- 'pgwui_
testing
==' + version,
+ 'pgwui_
develop
==' + version,
'pytest>=3.7.4',
'pytest-cov',
]
diff --git
a/tox.ini
b/tox.ini
index 88066aa18b09f0c20c258397e09dd7212b2bc210..dfccb6a4cf430769ec53f210a46e20e4e9fe876b 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-11,7
+11,7
@@
deps =
check-manifest
cmarkgfm
flake8
- pgwui_
testing
+ pgwui_
develop
pytest
pytest-cov
twine