[asterisk-bugs] [JIRA] (ASTERISK-30255) prereqs: Missing test suite prereqs

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Fri Sep 30 15:51:08 CDT 2022


     [ https://issues.asterisk.org/jira/browse/ASTERISK-30255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua C. Colp closed ASTERISK-30255.
-------------------------------------

    Resolution: Not A Bug

> prereqs: Missing test suite prereqs
> -----------------------------------
>
>                 Key: ASTERISK-30255
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-30255
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Tests/testsuite
>    Affects Versions: 18.14.0
>         Environment: Debian 11
>            Reporter: N A
>
> Some pre-reqs are still missing when the test suite is installed, that require manual rectification at the moment:
> Thus, adds these to the install_prereq script.
> {noformat}
> root at debian11:/usr/src/testsuite# ./runtests.py -l
> Traceback (most recent call last):
>   File "/usr/src/testsuite/./runtests.py", line 17, in <module>
>     import yaml
> ModuleNotFoundError: No module named 'yaml'
> pip3 install pyyaml
> root at debian11:/usr/src/testsuite# ./runtests.py -l
> Traceback (most recent call last):
>   File "/usr/src/testsuite/./runtests.py", line 61, in <module>
>     from asterisk.asterisk import Asterisk
>   File "lib/python/asterisk/asterisk.py", line 28, in <module>
>     from twisted.internet import reactor, protocol, defer, utils, error
> ModuleNotFoundError: No module named 'twisted'
> pip3 install twisted
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list