jupyterhub / yarnspawner

Spawn JupyterHub single user notebook servers in Hadoop/YARN containers.
https://jupyterhub-yarnspawner.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
19 stars 16 forks source link

Fix issue 11 #12

Closed reallyhappypig closed 5 years ago

reallyhappypig commented 5 years ago

use 'user = self.current_user' instead of 'user = self.get_current_user()' which is now a coroutine.

jcrist commented 5 years ago

Thanks for the PR. The failures are due to changes in the semi-public test interfaces for JupyterHub that we're using here. I'm going to merge this for now, and will fix the tests myself later. I'm a bit busy for the next week, but will hopefully get a release out with this fix sometime next week.

jcrist commented 5 years ago

Apologies for the delay here, yarnspawner 0.4.0 has been released on PyPI. It will soon be available on Conda-Forge.