From 2d1d769c988716421d01c3a48c981c5befd14430 Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Wed, 2 Aug 2023 08:37:28 +0200 Subject: [PATCH] controlled affiliations: add terms for HEP BEJUNE * Updates safety checks. Co-Authored-by: Pascal Repond --- data/affiliations.csv | 2 +- scripts/test | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/affiliations.csv b/data/affiliations.csv index dc17c69f3..92eee5131 100644 --- a/data/affiliations.csv +++ b/data/affiliations.csv @@ -23,7 +23,7 @@ 24 HEP Vaud Haute école Pédagogique de Lausanne Haute école pédagogique Vaud HEP Vaud HEP-Vaud HEP-VD Lausanne University of Teacher Education University of Teacher Education from State of Vaud University of Teacher Education in the State of Vaud University of Teacher Education of State of Vaud 25 HEP/PH Fribourg Haute école pédagogique de Fribourg Haute Ecole Pédagogique Fribourgeoise HEP FR HEP Fribourg HEP-FR Pädagogische Hochschule Freiburg Schweiz Pädagogische Hochschule Fribourg PH FR PH-FR 26 PH Bern College of Education Berne Pädagogische Hochschule Bern PH Bern PHBern University of Teacher Education Bern Switzerland -27 HEP BEJUNE Haute école pédagogique - BEJUNE Haute école pédagogique BEJUNE Haute Ecole Pédagogique Berne Jura Neuchâtel Haute école Pédagogique Berne-Jura-Neuchâtel HEP Bejune HEP BEJUNE HEP-BEJUNE University of Teacher Education (HEP-BEJUNE) +27 HEP BEJUNE Haute école pédagogique - BEJUNE Haute école pédagogique BEJUNE Haute Ecole Pédagogique Berne Jura Neuchâtel Haute école Pédagogique Berne-Jura-Neuchâtel HEP Bejune HEP BEJUNE HEP-BEJUNE University of Teacher Education (HEP-BEJUNE) University of Teacher Education BEJUNE Pädagogische Hochschule BEJUNE Alta Scuola Pedagogica BEJUNE 28 PH FHNW (Northwestern Switzerland) Pädagogische Hochschule FHNW Pädagogische Hochschule Nordwestschweiz School of Education FHNW School of Teacher Education FHNW Pädagogische Hochschule der Fachhochschule Nordwestschweiz 29 HEP/PH Valais Haute école pédagogique du Valais HEP Valais HEP VS HEPVS HEP-VS Pädagogische Hochschule Wallis PH Wallis PHVS PH-VS Valais College of Teacher Education 30 PH Lucerne Pädagogische Hochschule Luzern Pädagogische Hochschule Zentralschweiz PH Luzern PHZ PHZ Luzern University of Teacher Education Central Switzerland University of Teacher Education Lucerne University of Teacher Education Luzern diff --git a/scripts/test b/scripts/test index 1b2efa72a..db4577a9c 100755 --- a/scripts/test +++ b/scripts/test @@ -50,8 +50,10 @@ fi # | celery | 5.1.2 | <5.2.0 | 42498 | # | celery | 5.1.2 | <5.2.2 | 43738 | # | cryptography | 39.0.2 | <41.0.0 | 59062 | +# | cryptography | 39.0.2 | <41.0.2 | 59473 | +# | certifi | 2022.12.7 | >=2015.04.28,<2023.07.22 | 59956 | # +==============================================================================+ -safety check -i 45183 -i 44501 -i 51668 -i 42194 -i 42852 -i 53325 -i 53326 -i 54456 -i 42498 -i 43738 -i 47833 -i 51457 -i 51358 -i 53812 -i 52495 -i 50792 -i 55261 -i 59062 +safety check -i 45183 -i 44501 -i 51668 -i 42194 -i 42852 -i 53325 -i 53326 -i 54456 -i 42498 -i 43738 -i 47833 -i 51457 -i 51358 -i 53812 -i 52495 -i 50792 -i 55261 -i 59062 -i 59473 -i 59956 pydocstyle sonar tests docs isort --check-only --diff "${SCRIPT_PATH}/.." autoflake -c -r --remove-all-unused-imports --ignore-init-module-imports . &> /dev/null || {