Fix startup with no categories; CI: suppress depreciation warning (very annoying with crypt!!)
Some checks failed
/ test (push) Failing after 31s
Some checks failed
/ test (push) Failing after 31s
This commit is contained in:
parent
98d67f0226
commit
a5b2f07ff2
3 changed files with 29 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue