Skip to content

Commit 5fad6c5

Browse files
Fix Python 3.9 support and handle PR feedback
- Updated `pytest.ini` to ignore `FutureWarning` and `DeprecationWarning` regarding unsupported Python 3.9 version. - Commented out `importlib-metadata` dependency in `setup.py` as requested by PR review (NOTE: This will likely break Python 3.9 tests).
1 parent 9f74bec commit 5fad6c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Until this issue is closed
4444
# https://github.com/googleapis/google-cloud-python/issues/10566
4545
"google-cloud-core >= 1.4.4, < 3.0.0",
46+
# "importlib-metadata >= 3.6.0; python_version < '3.10'", # Temp, confirm fix
4647
]
4748
extras = {}
4849

0 commit comments

Comments
 (0)