Closed zmoog closed 6 months ago
When running toggl-track on Python 3.10+ all tests using vcrpy fail, while they keep running on 3.7, 3.8 and 3.9.
The new default for vcrpy is to store the request body as a string, so I decided to rewrite the cassettes.
main.
README.md
CONTRIBUTING.md
Motivation
When running toggl-track on Python 3.10+ all tests using vcrpy fail, while they keep running on 3.7, 3.8 and 3.9.
The new default for vcrpy is to store the request body as a string, so I decided to rewrite the cassettes.
Change description
Additional Notes
Reviewer checklist
main.
README.md
, if needed).CONTRIBUTING.md
) and are well-formatted.