etalab / schema-irve

TableSchema pour les Infrastructures de Recharge de Véhicules Electriques (IRVE)
10 stars 10 forks source link

Erreur technique en vérification locale #45

Closed thbar closed 8 months ago

thbar commented 8 months ago

J'ai eu à relancer ce qui est fait dans GitHub action:

https://github.com/etalab/schema-irve/blob/61019dbc064e82527e29617f0915ff8a5fd6285c/.github/workflows/test.yml#L25-L28

à la main en local et j'obtiens:

❯ frictionless validate --type schema statique/schema-statique.json
/Users/thbar/.pyenv/versions/3.9.4/lib/python3.9/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (5.0.0)/charset_normalizer (2.0.7) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "

L'exit code est quand même 0 mais ça m'interpelle, j'ouvre un ticket du coup.

thbar commented 8 months ago

Réglé par:

pip install --upgrade requests