mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
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>
9 lines
151 B
Text
9 lines
151 B
Text
-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
|