PyFixate / Fixate

Framework for hardware test fixtures and automatic test environments
MIT License
22 stars 16 forks source link

Version 0.9.14 of cmd2 has breaks fxconfig in version 0.5.3 of fixate #119

Closed clint-lawrence closed 4 years ago

clint-lawrence commented 5 years ago

https://github.com/python-cmd2/cmd2/releases/tag/0.9.14

perror & poutput no longer accept color keyword arguments, which are used in fxconfig.

to work around, manually install 0.9.13 instead. i.e. pip install cmd2==0.9.13