From 63a718348ee9d655d0d4de2bf21f45b124b1511b Mon Sep 17 00:00:00 2001 From: Daniel Scheffler <danschef@gfz-potsdam.de> Date: Wed, 28 Aug 2024 14:09:52 +0200 Subject: [PATCH] Remove holoviews pinning which is now included in arosics v1.12.0. Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de> --- .gitlab-ci.yml | 7 ------- tests/gitlab_CI_docker/context/environment_enpt.yml | 1 - 2 files changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0431eb2a..d1b975e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,8 +47,6 @@ test_enpt: expire_in: 30 days when: always - except: - - maintenance/modernize_setup test_styles: @@ -63,8 +61,6 @@ test_styles: - tests/linting/pycodestyle.log - tests/linting/pydocstyle.log when: always - except: - - maintenance/modernize_setup test_urls: @@ -74,8 +70,6 @@ test_urls: - pip install -U urlchecker - make urlcheck when: always - except: - - maintenance/modernize_setup test_enpt_install: @@ -96,7 +90,6 @@ test_enpt_install: - python -c "from enpt.model.images import EnMAPL1Product_SensorGeo" # check if dependencies are properly installed - - conda list holoviews - pip check || exit only: - main diff --git a/tests/gitlab_CI_docker/context/environment_enpt.yml b/tests/gitlab_CI_docker/context/environment_enpt.yml index 5ebaf823..05c88c7b 100644 --- a/tests/gitlab_CI_docker/context/environment_enpt.yml +++ b/tests/gitlab_CI_docker/context/environment_enpt.yml @@ -11,7 +11,6 @@ dependencies: - cerberus - gdal - geoarray>=0.15.8 - - holoviews>1.12.7 - jsmin - lxml - matplotlib -- GitLab