diff --git a/devops/docker-compose.quantara.yaml b/devops/docker-compose.quantara.yaml index 6c4be854..7149c034 100644 --- a/devops/docker-compose.quantara.yaml +++ b/devops/docker-compose.quantara.yaml @@ -61,36 +61,5 @@ services: timeout: 5s retries: 5 - celery: - build: . - command: celery -A quantara_tracker.celery_config worker --loglevel=INFO - volumes: - - .:/app - depends_on: - - redis - networks: - - app_network - - celery_beat: - build: . - command: celery -A quantara_tracker.celery_config beat --loglevel=INFO - volumes: - - .:/app - depends_on: - - redis - networks: - - app_network - - redis: - image: redis:latest - restart: always - ports: - - "6379:6379" - volumes: - - redis_data:/data - networks: - - app_network - volumes: - postgres_data: - redis_data: \ No newline at end of file + postgres_data: \ No newline at end of file diff --git a/quantara/frontend/vitest.setup.js b/quantara/frontend/vitest.setup.js index f72fba64..f724bd5b 100644 --- a/quantara/frontend/vitest.setup.js +++ b/quantara/frontend/vitest.setup.js @@ -1,4 +1,5 @@ import { TextEncoder, TextDecoder } from 'util'; +import '@testing-library/jest-dom'; global.TextEncoder = TextEncoder; global.TextDecoder = TextDecoder; import '@testing-library/jest-dom'; diff --git a/quantara/frontend/yarn.lock b/quantara/frontend/yarn.lock index 320ef34c..08bfa475 100644 --- a/quantara/frontend/yarn.lock +++ b/quantara/frontend/yarn.lock @@ -5530,4 +5530,4 @@ yocto-queue@^0.1.0: zustand@^5.0.1: version "5.0.3" resolved "https://registry.npmjs.org/zustand/-/zustand-5.0.3.tgz" - integrity sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg== + integrity sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg== \ No newline at end of file diff --git a/quantara/poetry.lock b/quantara/poetry.lock index b3faff5d..c63e8dd0 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -4364,4 +4364,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "6b33c2e509430cf12ec81fa653bd7c4ac97cc84706e9668a57b384e09ee72061" +content-hash = "6b33c2e509430cf12ec81fa653bd7c4ac97cc84706e9668a57b384e09ee72061" \ No newline at end of file diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 4f403654..791e57f8 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -45,4 +45,4 @@ build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] asyncio_mode = "strict" -asyncio_default_fixture_loop_scope = "function" +asyncio_default_fixture_loop_scope = "function" \ No newline at end of file