mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove Node.js
This commit is contained in:
@@ -8,11 +8,6 @@ from tljh import installer
|
||||
from tljh.yaml import yaml
|
||||
|
||||
|
||||
def test_ensure_node():
|
||||
installer.ensure_node()
|
||||
assert os.path.exists('/usr/bin/node')
|
||||
|
||||
|
||||
def test_ensure_config_yaml(tljh_dir):
|
||||
pm = installer.setup_plugins()
|
||||
installer.ensure_config_yaml(pm)
|
||||
|
||||
Reference in New Issue
Block a user