-
Notifications
You must be signed in to change notification settings - Fork 32
feat: Introduce compatibility with native namespace packages #375
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
fdcceeb
to
1547b36
Compare
Adding |
f795ed5
to
29285a5
Compare
Hi @parthea,
From my analysis below, it looks like this PR should be merged for the presubmits to not face this issue. Analysis
cc: @ankiaga @olavloite |
Please can you check if the issue is resolved with this PR which removes editable installations from tests? #383 There are limitations for editable installations, and this type of installation is still listed as experimental on pypa.io: We may be able to improve support for editable installations by switching to a |
29285a5
to
6e19a4f
Compare
This PR:
pkg_resources
to prepare for adding python 3.12 supportgoogle/cloud/sqlalchemy_spanner
To obtain the version at runtime, use
google.cloud.sqlalchemy_spanner.__version__
Fixes #337 🦕