1.9.15
Changes
-
Removed long ago deprecated module topology.platforms.base [Carlos Jenkins]
Change imports:
topology.platforms.base.BasePlatform => topology.platforms.platform.BasePlatform
topology.platforms.base.BaseNode => topology.platforms.node.BaseNode
topology.platforms.base.CommonNode => topology.platforms.node.CommonNode
-
Update BaseShell
__call__
and execute to pass args and kwargs to the wrapped
call tosend_command()
(#76) [Sergio Morales] -
Changes to support newer versions of pytest. (#79) [Diego Dompe]
-
Drop support for Python 3.4. Minimal version is now 3.5. [Carlos Jenkins]
Fix
- Topology shells will now use pexpect poll() to support more than 1024 file
descriptors. This change requires pexpect >= 4.6. [Carlos Jenkins]