|
31 | 31 | ] |
32 | 32 |
|
33 | 33 |
|
34 | | -# @pytest.fixture() |
35 | | -# def minimal_configuration( |
36 | | -# mock_env: EnvVarsDict, |
37 | | -# postgres_host_config: dict[str, str], |
38 | | -# rabbit_service: RabbitSettings, |
39 | | -# redis_service: RedisSettings, |
40 | | -# monkeypatch: pytest.MonkeyPatch, |
41 | | -# faker: Faker, |
42 | | -# with_disabled_auto_scheduling: mock.Mock, |
43 | | -# with_disabled_scheduler_publisher: mock.Mock, |
44 | | -# ): |
45 | | -# monkeypatch.setenv("DIRECTOR_V2_DYNAMIC_SIDECAR_ENABLED", "false") |
46 | | -# monkeypatch.setenv("COMPUTATIONAL_BACKEND_DASK_CLIENT_ENABLED", "1") |
47 | | -# monkeypatch.setenv("COMPUTATIONAL_BACKEND_ENABLED", "1") |
48 | | -# monkeypatch.setenv("R_CLONE_PROVIDER", "MINIO") |
49 | | -# monkeypatch.setenv("S3_ENDPOINT", faker.url()) |
50 | | -# monkeypatch.setenv("S3_ACCESS_KEY", faker.pystr()) |
51 | | -# monkeypatch.setenv("S3_REGION", faker.pystr()) |
52 | | -# monkeypatch.setenv("S3_SECRET_KEY", faker.pystr()) |
53 | | -# monkeypatch.setenv("S3_BUCKET_NAME", faker.pystr()) |
54 | | - |
55 | | - |
56 | 34 | async def test_rpc_list_computation_runs_and_tasks( |
57 | 35 | fake_workbench_without_outputs: dict[str, Any], |
58 | 36 | fake_workbench_adjacency: dict[str, Any], |
|
0 commit comments