remove usage of behave

This commit is contained in:
Sarah Hoffmann
2025-04-09 14:57:39 +02:00
parent b34991d85f
commit d95e9737da
40 changed files with 3 additions and 8086 deletions

View File

@@ -94,7 +94,7 @@ jobs:
if: matrix.dependencies == 'pip'
- name: Install test prerequisites
run: ./venv/bin/pip install behave==1.2.6 pytest-bdd
run: ./venv/bin/pip install pytest-bdd
- name: Install latest flake8
run: ./venv/bin/pip install -U flake8
@@ -118,9 +118,7 @@ jobs:
- name: BDD tests
run: |
../venv/bin/python -m pytest test/bdd
cd test/bdd
../../../venv/bin/python -m behave -DREMOVE_TEMPLATE=1 --format=progress3 db osm2pgsql
../venv/bin/python -m pytest test/bdd --nominatim-purge
working-directory: Nominatim
install: