Skip to content

Bump pytest-mock from 3.15.0 to 3.15.1 #83

Bump pytest-mock from 3.15.0 to 3.15.1

Bump pytest-mock from 3.15.0 to 3.15.1 #83

Workflow file for this run

# This workflow will install Python dependencies and run tests with supported Python versions
name: Test with Supported Python Versions
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
- name: Test with pytest
run: |
uv run --frozen pytest --isolate