mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
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:
parent
e9f7274ebf
commit
7a52ebca35
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue