Re: Base python requirements

2018-11-10 Thread Jason Kenny
> So we would have to explicitly install python 3.5 right? > Would it also work if it were python 3.6 or higher? > If it's strictly python 3.5 I find it a little restrictive. You would have to install python 3.5 or better. This does mean python 3.6 or 3.7 will be ok. There is a need for at least p

Re: Base python requirements

2018-11-08 Thread Pushkar Pradhan
So we would have to explicitly install python 3.5 right? Would it also work if it were python 3.6 or higher? If it's strictly python 3.5 I find it a little restrictive. Many of the tests launch a python script using Command = 'python tcp_client.py' syntax. That would continue to pull the correct p