From dd5fe9f416322c6319be9a142390a05d095661d4 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 24 Sep 2019 00:24:42 +0200 Subject: [PATCH] update requirements --- requirements-dev-py3.txt | 21 +++++++++++++++++++++ setup.cfg | 5 ++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 requirements-dev-py3.txt diff --git a/requirements-dev-py3.txt b/requirements-dev-py3.txt new file mode 100644 index 0000000..38fec85 --- /dev/null +++ b/requirements-dev-py3.txt @@ -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 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2313b24..0e6f9dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,12 @@ + [nosetests] -verbosity=3 +verbosity=2 debug=0 detailed-errors=1 with-coverage=1 cover-package=wo +cover-inclusive=1 cover-erase=1 cover-html=1 cover-html-dir=coverage_report/ +where=tests/ \ No newline at end of file