Skip to content

fix breaking changes in aioresponses 0.7.8 requiring host and port al… #104

fix breaking changes in aioresponses 0.7.8 requiring host and port al…

fix breaking changes in aioresponses 0.7.8 requiring host and port al… #104

Workflow file for this run

name: PDP Sanity Tests
on:
pull_request:
push:
branches: [master, main, v*]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
pytests:
runs-on: ubuntu-latest
steps:
- name: Python setup
uses: actions/setup-python@v5
with:
python-version: '3.11.8'
- name: Checkout code
uses: actions/checkout@v4
- name: Run Pytests
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
pytest -s --cache-clear horizon/tests/