mirror of http://gerrit.asterisk.org/asterisk
As part of the move to Python3, the testsuite is now designed to work with a virtual environment. This change is to have runTestsuite use the venv method if possible and fall back if it can't. If the script is run from an externally activated virtual enviroment, then use that and don't try either method. Change-Id: I9724c446d67a5ee9e550644e4a78739de823536echanges/90/18690/3
parent
0d4dfbf8e3
commit
ee85895d88
@ -0,0 +1,2 @@
|
||||
https://github.com/asterisk/starpy/archive/refs/heads/1.1.zip
|
||||
https://github.com/asterisk/yappcap/archive/refs/heads/master.zip
|
||||
@ -0,0 +1,26 @@
|
||||
attrs==21.4.0
|
||||
autobahn==21.2.1
|
||||
Automat==20.2.0
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.12
|
||||
constantly==15.1.0
|
||||
construct==2.10.68
|
||||
cryptography==37.0.2
|
||||
Cython==0.29.28
|
||||
hyperlink==21.0.0
|
||||
idna==3.3
|
||||
incremental==21.3.0
|
||||
lxml==4.8.0
|
||||
netifaces>=0.10.4
|
||||
pycparser==2.21
|
||||
PyYAML==6.0
|
||||
PyXB==1.2.6
|
||||
rawsocket==0.2
|
||||
requests==2.27.1
|
||||
six==1.16.0
|
||||
Twisted==22.4.0
|
||||
txaio==22.2.1
|
||||
typing_extensions==4.1.1
|
||||
urllib3==1.26.9
|
||||
zope.interface==5.4.0
|
||||
Loading…
Reference in new issue