Fix startup with no categories; CI: suppress depreciation warning (very annoying with crypt!!)
Some checks failed
/ test (push) Failing after 31s

This commit is contained in:
phil 2024-12-15 20:35:17 +01:00
parent 98d67f0226
commit a5b2f07ff2
3 changed files with 29 additions and 21 deletions

View file

@ -34,4 +34,4 @@ jobs:
run: GISAF__DB__HOST=gisaf-database gisaf create-db
- name: Run tests (API call)
run: GISAF__DB__HOST=gisaf-database pytest -s tests/basic.py
run: GISAF__DB__HOST=gisaf-database pytest -s tests/basic.py -W ignore::DeprecationWarning