Commit 556dc191 authored by Marco Mariani's avatar Marco Mariani

fixed pbs test

parent e1d4f6d0
import os import os
import shutil import shutil
import sys
import tempfile import tempfile
import unittest import unittest
...@@ -17,7 +18,11 @@ class PBSTest(unittest.TestCase): ...@@ -17,7 +18,11 @@ class PBSTest(unittest.TestCase):
'allow-hosts': '', 'allow-hosts': '',
'develop-eggs-directory': '', 'develop-eggs-directory': '',
'eggs-directory': '', 'eggs-directory': '',
'python': 'testpython',
}, },
'testpython': {
'executable': sys.executable,
},
'slap-connection': { 'slap-connection': {
'computer-id': '', 'computer-id': '',
'partition-id': '', 'partition-id': '',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment