kiwicom / pytest-recording

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

I added python3.9. #62

Closed PenguinCabinet closed 3 years ago

PenguinCabinet commented 3 years ago

Close #61 Add python3.9.

🚨Please review the guidelines for contributing to this repository.

Description

I added python3.9.

Stranger6667 commented 3 years ago

Cool! I suggest taking a look at this commit - https://github.com/schemathesis/schemathesis/commit/1691780f96ff7a4784a939dbba1f7f29843b08c7

The version string on GitHub actions requires some extra changes

PenguinCabinet commented 3 years ago

Excuse me. I'm sorry if I missed important things. Could you tell how to solve the error message that "Please provide an upload token from codecov.io with valid arguments"?

Stranger6667 commented 3 years ago

Could you tell how to solve the error message that "Please provide an upload token from codecov.io with valid arguments"?

Unfortunately, this part can't be easily solved for forked repositories. I suggest to skip this message - I'll merge the PR if other things are resolved :)

Stranger6667 commented 3 years ago

However, the only thing left is the commit message, but I'll fix it on merge :) Thank you for your contribution

PenguinCabinet commented 3 years ago

Thank you, too. I that is the beginner could learn a lot about OSS by this PR!

Stranger6667 commented 3 years ago

Cool! Let me know if I can provide some more info about this PR or the project itself :)