diff --git a/jupyterhub/spawner.py b/jupyterhub/spawner.py index d7aa7ccd..c3adfe00 100644 --- a/jupyterhub/spawner.py +++ b/jupyterhub/spawner.py @@ -205,6 +205,7 @@ class Spawner(LoggingConfigurable): cpu_limit = Float( None, + allow_none=True, help=""" Maximum number of cpu-cores a single-user server is allowed to use. @@ -236,6 +237,7 @@ class Spawner(LoggingConfigurable): cpu_guarantee = Float( None, + allow_none=True, help=""" Maximum number of cpu-cores a single-user server is allowed to use.