[Tests] Fix for isort config package handling
* Force gtk modules to be third_party for tox/travis testing.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user