File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,16 @@ echo "..... Trying to install the new tarball inside a virtualenv"
6969virtualenv -q -p $( which python) .venv/test-tarball
7070source .venv/test-tarball/bin/activate
7171pip 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
7373pip freeze | grep kiwitcms-tap-plugin
7474deactivate
7575rm -rf .venv/
7676
7777echo " ..... Trying to install the new wheel inside a virtualenv"
7878virtualenv -q -p $( which python) .venv/test-wheel
7979source .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
8282pip freeze | grep kiwitcms-tap-plugin
8383deactivate
8484rm -rf .venv/
You can’t perform that action at this time.
0 commit comments