1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

exclude multi install

This commit is contained in:
Éric Gaspar 2024-02-07 16:40:52 +01:00
parent a520c533a9
commit 2dfd6e41d8
2 changed files with 10 additions and 1 deletions

View file

@ -19,7 +19,7 @@ code = "https://github.com/jupyterhub/jupyterhub"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = false
ldap = true ldap = true

View file

@ -2,6 +2,15 @@ test_format = 1.0
[default] [default]
# ------------
# Tests to run
# ------------
# -------------------------------------------------------------------------------
# EVERYTHING PAST THIS POINT IS OPTIONAL AND MOST LIKELY UNNECESSARY FOR NEW APPS
#--------------------------------------------------------------------------------
exclude = ["install.multi"]
# ------------------------------- # -------------------------------
# Default args to use for install # Default args to use for install