Skip to content

Commit

Permalink
minor docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Nov 14, 2023
1 parent 5bb4600 commit 4b870bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/processing/test_process_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

import pytest
import scanpy
from unit.backend.fixtures.environment_setup import fixture_file_path

from backend.common.corpora_config import CorporaConfig
from backend.common.utils.math_utils import GB
from backend.layers.common.entities import DatasetArtifactType, DatasetUploadStatus
from backend.layers.processing.process_download import ProcessDownload
from tests.unit.backend.fixtures.environment_setup import fixture_file_path
from tests.unit.processing.base_processing_test import BaseProcessingTest

test_environment = {"REMOTE_DEV_PREFIX": "fake-stack", "DEPLOYMENT_STAGE": "test"}
Expand Down

0 comments on commit 4b870bd

Please sign in to comment.