~ubuntu-branches/ubuntu/raring/python-scipy/raring-proposed

« back to all changes in this revision

Viewing changes to Lib/linalg/tests/test_atlas_version.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-07 14:12:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070107141212-mm0ebkh5b37hcpzn
* Remove build dependency on python-numpy-dev.
* python-scipy: Depend on python-numpy instead of python-numpy-dev.
* Package builds on other archs than i386. Closes: #402783.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
 
6
6
import sys
7
 
from scipy_test.testing import *
 
7
from numpy.testing import *
8
8
set_package_path()
9
9
import linalg.atlas_version
10
 
del sys.path[0]
 
10
restore_path()
11
11
 
12
 
# No tests possible.
 
12
# No futher tests possible.
13
13
# Importing atlas_version will print out atlas version.