mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-03 07:05:12 -04:00
work around pytest issue until fix is out
https://github.com/pytest-dev/pytest/issues/5257
This commit is contained in:
parent
8dfd92cf7f
commit
f8165dc02b
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||||
- head -999 /etc/service/*/run
|
- head -999 /etc/service/*/run
|
||||||
- pip install $TRAVIS_BUILD_DIR git+https://github.com/internetarchive/warcprox.git#egg=warcprox pytest
|
- pip install $TRAVIS_BUILD_DIR git+https://github.com/internetarchive/warcprox.git#egg=warcprox pytest==4.3.0
|
||||||
- chromium-browser --version
|
- chromium-browser --version
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install --only-upgrade chromium-browser
|
- sudo apt-get install --only-upgrade chromium-browser
|
||||||
|
|
|
@ -17,5 +17,5 @@ vagrant ssh -- 'sudo svstat /etc/service/warcprox ;
|
||||||
sudo svstat /etc/service/vnc-websock'
|
sudo svstat /etc/service/vnc-websock'
|
||||||
echo
|
echo
|
||||||
|
|
||||||
vagrant ssh -- 'set -x ; source /opt/brozzler-ve3/bin/activate && pip install pytest && pip install --upgrade --pre "warcprox>=2.1b1.dev86"'
|
vagrant ssh -- 'set -x ; source /opt/brozzler-ve3/bin/activate && pip install pytest==4.3.0 && pip install --upgrade --pre "warcprox>=2.1b1.dev86"'
|
||||||
vagrant ssh -- "source /opt/brozzler-ve3/bin/activate && DISPLAY=:1 py.test -v /brozzler/tests $@"
|
vagrant ssh -- "source /opt/brozzler-ve3/bin/activate && DISPLAY=:1 py.test --tb=native -v /brozzler/tests $@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue