Skip to content

Update pytest-mock requirement from ~=3.8.2 to ~=3.12.0 #427

Update pytest-mock requirement from ~=3.8.2 to ~=3.12.0

Update pytest-mock requirement from ~=3.8.2 to ~=3.12.0 #427

Workflow file for this run

on: push
name: Continuous Integration
jobs:
build:
name: PyTest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: docker://python:3.8-bullseye
uses: docker://python:3.8-bullseye
with:
entrypoint: /bin/bash
args: -c "/github/workspace/scripts/bootstrap.sh && /github/workspace/scripts/run_tests.sh"