diff options
| author | jvoisin | 2015-12-30 13:12:39 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-30 15:11:37 +0100 |
| commit | 3ac3f353c64d406aa2fa46c5c9841346408e1e01 (patch) | |
| tree | 562f27ff88253c693d4adc3acfe82693737c78a4 /test/libtest.py | |
| parent | b9d66ed2e07d0a40161c88d0ba52d59ac601c76e (diff) | |
Hopefully make test suite work once copied out of the build tree
This should fix https://labs.riseup.net/code/issues/10065
Diffstat (limited to 'test/libtest.py')
| -rw-r--r-- | test/libtest.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/libtest.py b/test/libtest.py index 64b2c78..98cb4ea 100644 --- a/test/libtest.py +++ b/test/libtest.py | |||
| @@ -14,11 +14,6 @@ import tempfile | |||
| 14 | import unittest | 14 | import unittest |
| 15 | 15 | ||
| 16 | import test | 16 | import test |
| 17 | if test.IS_LOCAL is True: | ||
| 18 | # Are we testing the _local_ version of MAT? | ||
| 19 | sys.path.insert(0, '..') | ||
| 20 | # else it will be in the path | ||
| 21 | |||
| 22 | import libmat | 17 | import libmat |
| 23 | 18 | ||
| 24 | 19 | ||
