mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
Both my machine and apparently the CI tester machines regularly run into issues with load on the system, causing timeouts (and unresponsiveness). The throttler throttles the speed with which new instances of c-lightning get started to avoid overloading. Since the plugin used for parallelism when testing spawns multiple processes we need to lock on the fs. Since we have that file open already, we'll also write a couple of performance metics to it.
9 lines
175 B
Text
9 lines
175 B
Text
pytest==5.*
|
|
pytest-rerunfailures==9.1
|
|
Flask==1.1.1
|
|
cheroot==8.2.1
|
|
ephemeral-port-reserve==1.1.1
|
|
python-bitcoinlib==0.10.2
|
|
psycopg2-binary==2.8.4
|
|
filelock==3.0.*
|
|
psutil==5.7.*
|