From a3da63ae346321ad038e82ee41b9fd712f2c8cc3 Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Mon, 25 Mar 2024 14:02:29 -0600 Subject: [PATCH] test coverage --- .gitlab-ci.yml | 2 +- test-requirements.txt | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 test-requirements.txt diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4aacd01e8..ef68cd688 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,7 +255,7 @@ unit test coverage: - unit test notification rules: # for testing only! -# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' + - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/' variables: # override DEPLOY_ENV diff --git a/test-requirements.txt b/test-requirements.txt deleted file mode 100644 index 29fba0138..000000000 --- a/test-requirements.txt +++ /dev/null @@ -1,22 +0,0 @@ -dsnparse==0.1.15 -pytest -pendulum==2.1.2 -pytest-mock==3.10.0 -behave==1.2.6 -pytest-cov -mock_alchemy==0.2.1 -pytest-resource-path -requests-mock -astropy -fakeredis==1.7.1 -prometheus-client==0.4.1 -pyramid==2.0.1 -pyramid-retry==2.1.1 -pyramid_beaker==0.8 -pyramid-tm==2.5 -immutable_views -hypothesis -kombu -zope-sqlalchemy==2.0 --e ./shared/messaging --e ./shared/workspaces -- GitLab