Re: [asterisk-dev] Python 3 test suite

2022-09-01 Thread Joshua C. Colp
On Thu, Sep 1, 2022 at 12:20 PM wrote: > On 9/1/2022 11:12 AM, Joshua C. Colp wrote: > > On Thu, Sep 1, 2022 at 12:10 PM > > wrote: > > > > > > I didn't notice any test suite code specifically calling python so > > this > > is purely a usage change, rig

Re: [asterisk-dev] Python 3 test suite

2022-09-01 Thread Joshua C. Colp
On Thu, Sep 1, 2022 at 12:10 PM wrote: > > I didn't notice any test suite code specifically calling python so this > is purely a usage change, right? e.g. I should be running ./runInVenv.sh > python3 runtests.py -l as opposed to ./runInVenv.sh python runtests.py -l > It seems both may work but py

Re: [asterisk-dev] Python 3 test suite

2022-09-01 Thread Joshua C. Colp
On Thu, Sep 1, 2022 at 10:52 AM wrote: > On 9/1/2022 7:53 AM, Joshua C. Colp wrote: > > On Thu, Sep 1, 2022 at 8:07 AM > > wrote: > > > > On 8/31/2022 7:47 PM, Michael Bradeen wrote: > > > Hello again! > > > > > > The Python3 release of the testsuit

Re: [asterisk-dev] Python 3 test suite

2022-09-01 Thread Joshua C. Colp
On Thu, Sep 1, 2022 at 10:14 AM wrote: > On 9/1/2022 7:53 AM, Joshua C. Colp wrote: > > On Thu, Sep 1, 2022 at 8:07 AM > > wrote: > > > > On 8/31/2022 7:47 PM, Michael Bradeen wrote: > > > Hello again! > > > > > > The Python3 release of the testsuit

Re: [asterisk-dev] Python 3 test suite

2022-09-01 Thread Joshua C. Colp
On Thu, Sep 1, 2022 at 8:07 AM wrote: > On 8/31/2022 7:47 PM, Michael Bradeen wrote: > > Hello again! > > > > The Python3 release of the testsuite has been merged. The wiki has > > been updated and will continue to update as things change. > > > > As indicated before, with this change running th

Re: [asterisk-dev] Python 3 test suite

2022-08-31 Thread Michael Bradeen
Hello again! The Python3 release of the testsuite has been merged. The wiki has been updated and will continue to update as things change. As indicated before, with this change running the testsuite on Python2 is no longer supported. Please check the wiki for any questions and reply on the foru

[asterisk-dev] Python 3 test suite

2022-07-13 Thread Michael Bradeen
Hi Folks, There is currently a review on gerrit for the asterisk test suite running with Python 3. This review is against a new development branch based on asterisk 16. The targeted minimum requirements are Python 3.6.8 on Centos7. The python package requirements have been moved to a pair of te