Skip to content

Commit

Permalink
Merge a9856b1 into 1fcb0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Apr 10, 2020
2 parents 1fcb0b5 + a9856b1 commit 2fdbe1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
junitparser==1.4.1
tcms-api==8.2.0
tcms-api==8.3.0
6 changes: 3 additions & 3 deletions tests/bin/check-build
Expand Up @@ -69,16 +69,16 @@ echo "..... Trying to install the new tarball inside a virtualenv"
virtualenv -q -p $(which python) .venv/test-tarball
source .venv/test-tarball/bin/activate
pip install --upgrade setuptools pip future
pip install --no-binary :all: -f dist/ kiwitcms-junit.xml-plugin
pip install --no-binary :all: dist/kiwitcms-junit.xml-plugin*.tar.gz
pip freeze | grep kiwitcms-junit.xml-plugin
deactivate
rm -rf .venv/

echo "..... Trying to install the new wheel inside a virtualenv"
virtualenv -q -p $(which python) .venv/test-wheel
source .venv/test-wheel/bin/activate
pip install --upgrade setuptools pip kerberos future
pip install --only-binary :all: -f dist/ kiwitcms-junit.xml-plugin
pip install --upgrade setuptools pip gssapi future
pip install --only-binary :all: dist/kiwitcms_junit.xml_plugin*.whl
pip freeze | grep kiwitcms-junit.xml-plugin
deactivate
rm -rf .venv/
Expand Down

0 comments on commit 2fdbe1b

Please sign in to comment.