update requirements
This commit is contained in:
21
requirements-dev-py3.txt
Normal file
21
requirements-dev-py3.txt
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# The following are only required in development, not production
|
||||||
|
nose
|
||||||
|
coverage
|
||||||
|
sphinx
|
||||||
|
pep8
|
||||||
|
autopep8
|
||||||
|
mock
|
||||||
|
pyinotify
|
||||||
|
|
||||||
|
# Required for optional extensions (only the ones supported on py3)
|
||||||
|
argcomplete
|
||||||
|
pystache
|
||||||
|
pyYaml
|
||||||
|
colorlog
|
||||||
|
configobj
|
||||||
|
tabulate
|
||||||
|
pylibmc
|
||||||
|
redis
|
||||||
|
jinja2
|
||||||
|
watchdog
|
||||||
|
pybars3
|
||||||
@@ -1,9 +1,12 @@
|
|||||||
|
|
||||||
[nosetests]
|
[nosetests]
|
||||||
verbosity=3
|
verbosity=2
|
||||||
debug=0
|
debug=0
|
||||||
detailed-errors=1
|
detailed-errors=1
|
||||||
with-coverage=1
|
with-coverage=1
|
||||||
cover-package=wo
|
cover-package=wo
|
||||||
|
cover-inclusive=1
|
||||||
cover-erase=1
|
cover-erase=1
|
||||||
cover-html=1
|
cover-html=1
|
||||||
cover-html-dir=coverage_report/
|
cover-html-dir=coverage_report/
|
||||||
|
where=tests/
|
||||||
Reference in New Issue
Block a user