From f853e4e384e0b0cd68a3df71b974ff086678c6e1 Mon Sep 17 00:00:00 2001 From: alexcoldea Date: Fri, 24 Nov 2023 10:29:34 +0000 Subject: [PATCH] removed tzdata --- .github/workflows/code_ref_gh_pages_generate.yml | 1 - docker/requirements/base.txt | 1 - docs/codebase_docs/source/conf.py | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/code_ref_gh_pages_generate.yml b/.github/workflows/code_ref_gh_pages_generate.yml index 2cbea97ee..04b3c24f3 100644 --- a/.github/workflows/code_ref_gh_pages_generate.yml +++ b/.github/workflows/code_ref_gh_pages_generate.yml @@ -31,7 +31,6 @@ jobs: cd docker cd requirements pip install python_ldap-3.3.1-cp39-cp39-win_amd64.whl - pip install pytz pip install sphinxjp pip install -r base.txt diff --git a/docker/requirements/base.txt b/docker/requirements/base.txt index bc270c33e..8dba8bb38 100644 --- a/docker/requirements/base.txt +++ b/docker/requirements/base.txt @@ -32,6 +32,5 @@ redis==4.5.3 selenium==4.4.3 swagger-spec-validator==2.7.6 typing==3.7.4.3 -tzdata==2022.2 urllib3==1.26.12 wget==3.2 diff --git a/docs/codebase_docs/source/conf.py b/docs/codebase_docs/source/conf.py index 0ccad41e4..978e28d94 100644 --- a/docs/codebase_docs/source/conf.py +++ b/docs/codebase_docs/source/conf.py @@ -20,7 +20,6 @@ 'test_versioning', 'test_functional_read_only_conf_concept', 'clinicalcode.tests.functional_tests.read_only', 'read_only_test_settings', ] -TIME_ZONE = 'America/Ciudat_Juarez' for mod_name in MOCK_MODULES: