Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 588b100

Browse files
leahecoletswast
andauthored
Drop 3.6 from datalab migration (GoogleCloudPlatform#7400)
* Drop 3.6 from datalab migration * fix typo * remove 3.9 skip * remove python version specification * Update bigquery/datalab-migration/noxfile_config.py Co-authored-by: Tim Swast <[email protected]> Co-authored-by: Tim Swast <[email protected]>
1 parent 9a4f7ee commit 588b100

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bigquery/datalab-migration/noxfile_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
# Skipping for Python 3.9 due to pyarrow compilation failure.
26-
"ignored_versions": ["2.7", "3.9"],
25+
# Skipping 3.6 and 3.7 to avoid needing a vulnerable version of IPython
26+
"ignored_versions": ["2.7", "3.6", "3.7"],
2727
# Old samples are opted out of enforcing Python type hints
2828
# All new samples should feature them
2929
"enforce_type_hints": False,

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ grpcio==1.43.0
22
google-cloud-bigquery[pandas,pyarrow]==2.32.0
33
google-cloud-bigquery-storage==2.11.0
44
datalab==1.2.0
5-
ipython==8.0.0; python_version > '3.7'
6-
ipython==7.16.1; python_version < '3.7'
5+
ipython==8.0.1
76
pyarrow==6.0.1

0 commit comments

Comments
 (0)