Skip to content

Commit 8a03d44

Browse files
authored
fix: set minimum allowable version of sqlite when performing a conda install (#780)
Fix: sets minimum allowable version of `sqlite` when performing a `conda` install. Conda installs were killing the install of packages in the presubmit `conda_test-3.12` test. See this [check for context](https://source.cloud.google.com/results/invocations/beabfa58-9228-40fb-a60b-48df1944b159).
1 parent 33dac71 commit 8a03d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ def conda_test(session):
607607
"pydata-google-auth",
608608
"tqdm",
609609
"protobuf",
610+
"sqlite>3.31.1", # v3.31.1 caused test failures
610611
]
611612

612613
install_conda_unittest_dependencies(session, standard_deps, conda_forge_packages)

0 commit comments

Comments
 (0)