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 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 295afb5..ad798d7 100755 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ class PyTest(Command): def run(self): os.chdir('test') import test + test.test.set_local() test.test.run_all_tests() setup( -- cgit v1.3