Skip to content

Commit

Permalink
Update tests for the changed Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Oct 22, 2014
1 parent 8d3d594 commit e41178b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pkgs/ipython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ dependencies:
run: [pyzmq, tornado, jinja2, pygments, sphinx]

sources:
- url: https://pypi.python.org/packages/source/i/ipython/ipython-2.2.0.tar.gz
key: tar.gz:w7fhposuuaxqgicvw47v6yvqcqy7qgfo
- url: https://pypi.python.org/packages/source/i/ipython/ipython-2.3.0.tar.gz
key: tar.gz:ul4bv7r6zjoiwlum6twdkump2ad2herr
5 changes: 2 additions & 3 deletions tests/test.clawpack.gitsubmodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ packages:
blas:
use: host-blas
python:
host: false
build_with: |
bzip2, openssl
sqlite:
use: host-sqlite
clawpack:
github: https://github.com/clawpack/clawpack/commit/bd252ba6f835a255ca57cdc3b8848b31b550d428
1 change: 0 additions & 1 deletion tests/test.host-scipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ packages:

python:
host: true
build_with: |

numpy:
use: host-numpy
Expand Down
5 changes: 2 additions & 3 deletions tests/test.matplotlib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ packages:
blas:
use: host-blas
python:
host: false
build_with: |
bzip2, openssl
sqlite:
use: host-sqlite
matplotlib:
5 changes: 2 additions & 3 deletions tests/test.packages1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ packages:
blas:
use: host-blas
python:
host: false
build_with: |
bzip2, openssl
sqlite:
use: host-sqlite
ipython:
nose:
numpy:
Expand Down
5 changes: 2 additions & 3 deletions tests/test.packages2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ packages:
launcher:

python:
host: false
build_with: |
bzip2, openssl
sqlite:
use: host-sqlite

mpi:
use: host-mpi
Expand Down
5 changes: 2 additions & 3 deletions tests/test.packages3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ packages:
mpi:
use: host-mpi
python:
host: false
build_with: |
bzip2, openssl
sqlite:
use: host-sqlite
petsc:
build_with: |
Expand Down

0 comments on commit e41178b

Please sign in to comment.