From 56aee8d59f2946343cb83de6fde08adcc236a837 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 19 Jan 2017 09:10:01 -0500 Subject: [PATCH] Removed xmlrunner from flake8 exclude. This is an obsolete thing that Jenkins builds needed. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 726bddb3af..d84a4aefc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst install-script = scripts/rpm-install.sh [flake8] -exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env,./xmlrunner +exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env ignore = W601 max-line-length = 119