This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch python3.7 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 13c2d700c28399d29a0f410bc626d1f471dd23a1 Author: Dillon Walls <[email protected]> AuthorDate: Thu Feb 17 11:13:25 2022 -0500 python3.7 - add remaining test dependencies used by jenkins to requirements-dev.txt --- requirements-dev.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index c0ea97f..de987cb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,3 +8,6 @@ sphinx-rtd-theme sphinxcontrib-programoutput coverage nose +nose-xunitmp +pycodestyle +pyflakes
