Closed as not planned
Description
It would seem that tests that use 'vcr' are failing.
I don't know enough about this to even begin to understand what it is failing on, but it makes it harder to find genuine test failures when these tests are always failing.
FAILED tests/pymonzo/test_accounts.py::TestAccountsResource::test_list_vcr - vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('tests/pymonzo/cassettes/test_accounts/TestAccountsResource.test_list_vcr.yaml') in your current record mode ('none').
FAILED tests/pymonzo/test_balance.py::TestBalanceResource::test_list_vcr - vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('tests/pymonzo/cassettes/test_balance/TestBalanceResource.test_list_vcr.yaml') in your current record mode ('none').
FAILED tests/pymonzo/test_pots.py::TestPotsResource::test_list_vcr - vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('tests/pymonzo/cassettes/test_pots/TestPotsResource.test_list_vcr.yaml') in your current record mode ('none').
FAILED tests/pymonzo/test_whoami.py::TestWhoAmIResource::test_whoami_vcr - vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('tests/pymonzo/cassettes/test_whoami/TestWhoAmIResource.test_whoami_vcr.yaml') in your current record mode ('none').