removed master from corehandlers and session, since it will not be needed any more
This commit is contained in:
parent
77c7bf798e
commit
fff281a452
6 changed files with 34 additions and 92 deletions
|
@ -75,7 +75,6 @@ def global_coreemu(patcher):
|
|||
def global_session(request, patcher, global_coreemu):
|
||||
mkdir = not request.config.getoption("mock")
|
||||
session = Session(1000, {"emane_prefix": "/usr"}, mkdir)
|
||||
session.master = True
|
||||
yield session
|
||||
session.shutdown()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue