kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
425 stars 34 forks source link

Python 3.10 & 3.11 support #99

Closed dcermak closed 1 year ago

dcermak commented 1 year ago

Description

Checklist

This fixes https://github.com/kiwicom/pytest-recording/issues/96

Stranger6667 commented 1 year ago

Hi! Thanks for opening it! Please fix the build.yaml syntax issue:

[Build jobs: .github#L1](https://github.com/kiwicom/pytest-recording/pull/99/files#annotation_8925702941)
Error when evaluating 'runs-on' for job 'tests'. .github/workflows/build.yml (Line: 65, Col: 14): Unexpected type of value '', expected type: OneOf.
Stranger6667 commented 1 year ago

It's strange that GH action sees only 3 test jobs from that config :/

dcermak commented 1 year ago

It's strange that GH action sees only 3 test jobs from that config :/

Indeed, that is very odd :thinking:

Stranger6667 commented 1 year ago

Thanks! Everything works :)