File tree Expand file tree Collapse file tree 3 files changed +1
-48
lines changed Expand file tree Collapse file tree 3 files changed +1
-48
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,3 @@ if [[ -n "${NOX_SESSION:-}" ]]; then
68
68
else
69
69
python3 -m nox
70
70
fi
71
- # Find out if this package was modified.
72
- # Temporarily use Thea's fork of ci-diff-helper w/ Kokoro support.
73
- # python3.6 -m pip install --quiet git+https://github.com/theacodes/ci-diff-helper.git
74
- # python3.6 test_utils/scripts/get_target_packages_kokoro.py > ~/target_packages
75
- # cat ~/target_packages
76
-
77
- # if [[ ! -n $(grep -x "$PACKAGE" ~/target_packages) ]]; then
78
- # echo "$PACKAGE was not modified, returning."
79
- # exit;
80
- # fi
81
-
82
- # cd "$PACKAGE"
83
-
84
- # Some system tests require indexes. Use gcloud to create them.
85
- gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS --project=$PROJECT_ID
86
- # gcloud --quiet --verbosity=debug datastore indexes create tests/system/index.yaml
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def modify_path():
34
34
from importlib_resources import files as _resources_files # type: ignore
35
35
extra_dll_dir = str (_resources_files ("google_crc32c" ) / "extra-dll" )
36
36
if os .path .isdir (extra_dll_dir ):
37
- # Python 3.6, 3. 7 use path
37
+ # Python 3.7 use path
38
38
os .environ ["PATH" ] = path + os .pathsep + extra_dll_dir
39
39
# Python 3.8+ uses add_dll_directory.
40
40
if sys .version_info [0 ] == 3 and sys .version_info [1 ] >= 8 :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments