Upgrade to hacking 0.10
Change-Id: I7930988fd9ed9da27c6c333f865f54edfb5ff812
This commit is contained in:
parent
bc8675afb0
commit
408d0da9be
@ -39,7 +39,7 @@ from six import moves
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class _SocketConnection():
|
||||
class _SocketConnection(object):
|
||||
"""Associates a pyngus Connection with a python network socket,
|
||||
and handles all connection-related I/O and timer events.
|
||||
"""
|
||||
|
@ -3,7 +3,7 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
# Hacking already pins down pep8, pyflakes and flake8
|
||||
hacking>=0.9.1,<0.10
|
||||
hacking>=0.10.0,<0.11
|
||||
|
||||
discover
|
||||
fixtures>=0.3.14
|
||||
|
@ -3,7 +3,7 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
# Hacking already pins down pep8, pyflakes and flake8
|
||||
hacking>=0.9.2,<0.10
|
||||
hacking>=0.10.0,<0.11
|
||||
|
||||
discover
|
||||
fixtures>=0.3.14
|
||||
|
Loading…
Reference in New Issue
Block a user