From 3ac3f353c64d406aa2fa46c5c9841346408e1e01 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 30 Dec 2015 13:12:39 +0100 Subject: Hopefully make test suite work once copied out of the build tree This should fix https://labs.riseup.net/code/issues/10065 --- test/libtest.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/libtest.py') 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 import unittest import test -if test.IS_LOCAL is True: - # Are we testing the _local_ version of MAT? - sys.path.insert(0, '..') -# else it will be in the path - import libmat -- cgit v1.3