summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-11-18 11:22:55 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 07:32:22 -0500
commitb952c3fc606ed01c6d0ff26451b6e2acf1b91ca5 (patch)
tree2da59da14c459a84e55abe8df7ebe50f4404e515 /setup.cfg
parentce78b954cf2747add06dadd6aef8bbd70d70c667 (diff)
downloaddjango-b952c3fc606ed01c6d0ff26451b6e2acf1b91ca5.tar.gz
Removed django.utils.unittest per deprecation timeline.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index cc40e0fbde..d816b4c617 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,./django/utils/unittest.py,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner,./tests/test_*.py
+exclude=build,.git,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner,./tests/test_*.py
ignore=E123,E128,E265,E501,W601
max-line-length = 119