mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
ffab18ee48
This commit resolves a non-deterministic test failure in `revng daemon`. When running daemon tests, `randint` was used for selecting the listen port, this caused test failures when the same port number was used for reused. This has been replaced with the use of port 0 that guarantees the use of an unused port and psutil to find the port number once it has been bound by the daemon process.
27 lines
283 B
Plaintext
27 lines
283 B
Plaintext
# Requirements for revng_merge_dynamic
|
|
pyelftools
|
|
|
|
# Requirements for model_dump
|
|
PyYAML
|
|
|
|
# revng-model-compare
|
|
grandiso
|
|
|
|
# revng.api
|
|
cffi
|
|
|
|
# revng.daemon
|
|
ariadne
|
|
aiodataloader
|
|
hypercorn
|
|
Jinja2
|
|
python-multipart
|
|
xdg
|
|
|
|
# revng.daemon - tests
|
|
pytest
|
|
requests
|
|
requests-toolbelt
|
|
gql
|
|
psutil
|