Skip to content

Commit 33ed64b

Browse files
committed
libkrb5-devel & gssapi not needed with newer tcms-api
1 parent d4e49ee commit 33ed64b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install Python dependencies
3232
run: |
33-
sudo apt-get install virtualenv libkrb5-dev
33+
sudo apt-get install virtualenv
3434
pip install -r devel.txt
3535
3636
- name: Verify package build

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install Python dependencies
3232
run: |
33-
sudo apt-get install virtualenv libkrb5-dev
33+
sudo apt-get install virtualenv
3434
pip install -r devel.txt
3535
3636
- name: Prepare for integration test

tests/check-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rm -rf .venv/
7777
echo "..... Trying to install the new wheel inside a virtualenv"
7878
virtualenv -q -p $(which python) .venv/test-wheel
7979
source .venv/test-wheel/bin/activate
80-
pip install --upgrade setuptools pip gssapi
80+
pip install --upgrade setuptools pip
8181
pip install --only-binary :all: dist/kiwitcms_robotframework_plugin*.whl
8282
pip freeze | grep kiwitcms-robotframework-plugin
8383
deactivate

0 commit comments

Comments
 (0)