Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: third_party/six/setup.cfg

Issue 1587593003: Replace six with the current version which passes checklicenses.py. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Update URL field in README.chromium. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/six/documentation/index.rst ('k') | third_party/six/setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/six/setup.cfg
diff --git a/third_party/six/setup.cfg b/third_party/six/setup.cfg
index fbb3ca0bbb4a4bcf3d74cc70b1ff66dad5814c65..4a5b8473d034319a57ed74b5dfd90126e9833595 100644
--- a/third_party/six/setup.cfg
+++ b/third_party/six/setup.cfg
@@ -1,8 +1,18 @@
[wheel]
universal = 1
-[egg_info]
-tag_build =
-tag_svn_revision = 0
-tag_date = 0
+[flake8]
+max-line-length = 100
+ignore = F821
+
+[pytest]
+minversion=2.2.0
+pep8ignore =
+ documentation/*.py ALL
+ test_six.py ALL
+
+flakes-ignore =
+ documentation/*.py ALL
+ test_six.py ALL
+ six.py UndefinedName
« no previous file with comments | « third_party/six/documentation/index.rst ('k') | third_party/six/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698