From bfafd936433acc9f2dea47065c4e423d7edb033f Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 26 Oct 2023 09:19:46 +0200 Subject: [PATCH] fix: remove power from tests installation as a quickfix --- .github/workflows/autotest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index ac236f9..ec02237 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -28,8 +28,8 @@ jobs: run: | python -m pip install --upgrade pip pip install -U coverage pytest pytest-mock freezegun - pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' 'power<1.4' || true - pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u) + pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' || true + pip install $(cat requirements/modules/*.txt | grep -v power | cut -d ' ' -f 1 | sort -u) - name: Install Code Climate dependency run: | curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter