[Console] Fix using windows-curses on Windows
The console tests are still failing on Windows due to an issue where the sys args are not being correctly replaced in the tests so the pytest args are being passed to console.
This commit is contained in:
@ -9,5 +9,6 @@ six
|
||||
setproctitle
|
||||
pywin32; sys_platform == 'win32'
|
||||
certifi; sys_platform == 'win32'
|
||||
windows-curses; sys_platform == 'win32'
|
||||
zope.interface>=4.4.2
|
||||
distro; 'linux' in sys_platform or 'bsd' in sys_platform
|
||||
|
Reference in New Issue
Block a user