Skip to content

Commit b739492

Browse files
remove comment
1 parent b2dc367 commit b739492

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_rpc_computations.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,6 @@
3131
]
3232

3333

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-
5634
async def test_rpc_list_computation_runs_and_tasks(
5735
fake_workbench_without_outputs: dict[str, Any],
5836
fake_workbench_adjacency: dict[str, Any],

0 commit comments

Comments
 (0)