Skip to content

Commit 5bc5ca5

Browse files
committed
Adjust check-build for gssapi
1 parent 921bc6d commit 5bc5ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/bin/check-build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ echo "..... Trying to install the new tarball inside a virtualenv"
6969
virtualenv -q -p $(which python) .venv/test-tarball
7070
source .venv/test-tarball/bin/activate
7171
pip install --upgrade setuptools pip Babel
72-
pip install --no-binary :all: -f dist/ kiwitcms-tap-plugin
72+
pip install --no-binary :all: dist/kiwitcms-tap-plugin*.tar.gz
7373
pip freeze | grep kiwitcms-tap-plugin
7474
deactivate
7575
rm -rf .venv/
7676

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 Babel kerberos
81-
pip install --only-binary :all: -f dist/ kiwitcms-tap-plugin
80+
pip install --upgrade setuptools pip Babel gssapi
81+
pip install --only-binary :all: dist/kiwitcms_tap_plugin*.whl
8282
pip freeze | grep kiwitcms-tap-plugin
8383
deactivate
8484
rm -rf .venv/

0 commit comments

Comments
 (0)