summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorbendikro <bro.devel@gmail.com>2016-10-31 12:51:12 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2016-11-01 14:04:14 +0000
commit2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d (patch)
tree01147672cbc25feea63d39e142ca8e69379d540b /setup.cfg
parente26a3dc0e7e017d6324966bed76ebab4d80bdaeb (diff)
downloaddeluge-2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d.tar.gz
deluge-2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d.tar.bz2
deluge-2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d.zip
[Tests] Fix for isort config package handling
* Force gtk modules to be third_party for tox/travis testing.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 9e75a1308..46d52025e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,10 +15,10 @@ includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
frameworks = CoreFoundation, Foundation, AppKit
[isort]
-known_standard_library = unicodedata
-known_third_party = pygtk, gtk, gobject, gtk.gdk, pango, cairo, pangocairo, twisted,
- pytest, OpenSSL, pkg_resources, chardet, bbfreeze, win32verstamp, mock
-known_first_party = msgfmt
+known_standard_library = future_builtins
+# Ignore Windows specific modules
+known_third_party = bbfreeze, win32verstamp
+known_first_party = msgfmt, deluge
order_by_type = true
line_length = 120
not_skip = __init__.py