mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 14:46:18 -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
|
@ -17,5 +17,5 @@ vagrant ssh -- 'sudo svstat /etc/service/warcprox ;
|
|||
sudo svstat /etc/service/vnc-websock'
|
||||
echo
|
||||
|
||||
vagrant ssh -- 'set -x ; source /opt/brozzler-ve3/bin/activate && pip install pytest && 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 -- '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 --tb=native -v /brozzler/tests $@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue