Skip to content

Replace nose with pytest #122

Replace nose with pytest

Replace nose with pytest #122

Workflow file for this run

name: flatdata-py
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLORS: always
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dependencies
uses: astral-sh/setup-uv@v6
- name: Install
run: |
pip install ./flatdata-generator
cd flatdata-py
pip install -r requirements.txt
- name: Run tests
run: |
cd flatdata-py
uv run --with pytest --with ../flatdata-generator pytest -v
pip install .
flatdata-inspector --help