Make content-api request synchronous during testing.

Testing still seems to be broken, but maybe will make a difference on travis.
This commit is contained in:
John Miller 2018-02-26 06:18:53 -06:00
parent e9f7274ebf
commit 7a52ebca35

View file

@ -148,6 +148,7 @@ class TestRunner(BaseRunner):
'ein:testing-dump-server-log': quote(self.logpath_server),
'ein:testing-dump-file-messages': quote(self.logpath_messages),
'ein:log-level': self.ein_log_level,
'ein:force-sync': "'t",
'ein:log-message-level': self.ein_message_level,
'ein:testing-jupyter-server-command': quote(self.ipython),
'ein:testing-jupyter-server-directory': quote(os.path.normpath(self.notebook_dir))