summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.py b/runtests.py
index b1931f2be..448283d19 100755
--- a/runtests.py
+++ b/runtests.py
@@ -138,6 +138,7 @@ def main(argv):
"version; remove -g flag ***")
if not args.no_build:
+ # we need the noarch path in case the package is pure python.
site_dir, site_dir_noarch = build_project(args)
sys.path.insert(0, site_dir)
sys.path.insert(0, site_dir_noarch)