Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new episodes so Windows tests will pass #35

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

IanMichaelHarper
Copy link
Contributor

@IanMichaelHarper IanMichaelHarper commented Jul 15, 2023

A lot of tests fail on windows with the vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette error. Using these cassettes allows them to pass. I know that at least one of these tests fail to use the existing cassette on windows since the parameters in the url for the API call is not in the same order as it is on linux, and so VCR tries to overwrite the existing cassette but fails.

Other cassettes are added to take into account the underlying was changed to make them pass on windows e.g. test_curve_cache()

@LefterisJP
Copy link
Member

In order to make this work, we need to push this into an upstream PR with the same name as the PR in rotki's repository. So what I will do is also push your branch into the upstream with a different name so we can rerun tests on rotki/rotki#6398

@rotkibot rotkibot merged commit 02932de into rotki:develop Jul 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants