From 5759aa8f94fc2c24c3b25fd1bea153e830f3cc70 Mon Sep 17 00:00:00 2001 From: Rutuja Deshmukh Date: Tue, 10 Dec 2024 12:22:06 +0000 Subject: [PATCH] fix config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5dc4057..9788612 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,8 +27,8 @@ jobs: name: 'Unit Tests' command: | source /usr/local/share/virtualenvs/tap-impact/bin/activate - pip install nose coverage parameterized - nosetests --with-coverage --cover-erase --cover-package=tap_impact --cover-html-dir=htmlcov tests/unittests + pip install nose2 parameterized nose2[coverage_plugin]>=0.6.5 + nose2 --with-coverage -v -s tests/unittests coverage html # - add_ssh_keys # TODO | https://stitchdata.atlassian.net/browse/SRCE-4593 (SRCE-4593 -> SRCE-4597)