Refactor the LAVA farm detection to use a simpler environment variable-based approach: - Remove the complex regex-based farm detection - Replace LavaFarm enum with a simple string-based farm identification - Update related tests and job definition logic - Remove hypothesis testing dependency Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33888>
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
-r ../requirements.txt
|
|
filelock==3.12.4
|
|
fire==0.5.0
|
|
freezegun==1.5.1
|
|
mock==5.1.0
|
|
polars==0.19.3
|
|
pytest==7.4.2
|
|
pytest-asyncio==0.21.0
|
|
pytest-cov==3.0.0
|