fix: remove power from tests installation as a quickfix

This commit is contained in:
tobi-wan-kenobi 2023-10-26 09:19:46 +02:00
parent c14ed1166d
commit bfafd93643

View file

@ -28,8 +28,8 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -U coverage pytest pytest-mock freezegun pip install -U coverage pytest pytest-mock freezegun
pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' 'power<1.4' || true pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' || true
pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u) pip install $(cat requirements/modules/*.txt | grep -v power | cut -d ' ' -f 1 | sort -u)
- name: Install Code Climate dependency - name: Install Code Climate dependency
run: | run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter