summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2014-03-02 13:13:55 +0800
committerSean Dague <sean.dague@samsung.com>2014-03-05 08:20:54 -0500
commitb58b4a353cd928944cbe418903e6a13bf2914b39 (patch)
treecad0198f68548a339029ec30b7490ce9f424bdf5
parent8d6ce64cd08c0598963a92844495782997cd59f3 (diff)
downloadsqalchemy-migrate-b58b4a353cd928944cbe418903e6a13bf2914b39.tar.gz
fix scripttest compat
There's no script_path param in the current version of scripttest. This patch fixes that by removing the param, which by the way isn't useful. Change-Id: Ic78cea25bb472702473e98b48a8ff74c01545aa3
-rw-r--r--migrate/tests/fixture/shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/migrate/tests/fixture/shell.py b/migrate/tests/fixture/shell.py
index a724c9a..566d250 100644
--- a/migrate/tests/fixture/shell.py
+++ b/migrate/tests/fixture/shell.py
@@ -22,7 +22,6 @@ class Shell(Pathed):
log.debug('PATH for ScriptTest: %s', migrate_path)
self.env = TestFileEnvironment(
base_path=os.path.join(self.temp_usable_dir, 'env'),
- script_path=[migrate_path],
)
def run_version(self, repos_path):