summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-21 13:30:40 -0400
committerTim Graham <timograham@gmail.com>2014-03-21 13:36:46 -0400
commitbf5430a20b65b3e76a2f8cd2580101e0baa59f82 (patch)
treeee2f0a27113d4bcf8e79c3d296936ed70834dfa6 /setup.cfg
parentb71f183d2e4eb9397ae52c139eb0863be731b778 (diff)
downloaddjango-bf5430a20b65b3e76a2f8cd2580101e0baa59f82.tar.gz
Removed django.test.simple and django.test._doctest per deprecation timeline.
refs #17365, #17366, #18727.
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 25d339cb08..da85cc7a7e 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/dictconfig.py,./django/utils/unittest.py,./django/utils/lru_cache.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py
+exclude=build,.git,./django/utils/dictconfig.py,./django/utils/unittest.py,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py
ignore=E128,E501,W601
[metadata]