-
Notifications
You must be signed in to change notification settings - Fork 30
refactor!: erase dbapi directory and all the related tests #554
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
Conversation
@c24t, system tests on emulator has failed, as there are no system tests at all now. Should we disable the workflow? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@c24t, system tests on emulator has failed, as there are no system tests at all now. Should we disable the workflow?
I think so, and the deletion LGTM.
@c24t, unit tests are not able to install |
@c24t, as we don't actually have unit tests now, we can just comment out these nox sessions until better times. |
@IlyaFaer to follow up on this PR with another change that re-enables django system tests against the emulator. |
BREAKING CHANGE: all the connection API related code was moved into the original Cloud Spanner client repository. With this PR the whole
dbapi
directory is erased from this repository.The dependency on
google-cloud-spanner
of this API is bumped to 2.0.0.