We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83e8ef commit 7227387Copy full SHA for 7227387
packages/google-auth/system_tests/noxfile.py
@@ -76,8 +76,7 @@ def _provision_kokoro_secrets():
76
if not os.environ.get("KOKORO_GFILE_DIR"):
77
return
78
79
- dest_dir = pathlib.Path(__file__).parent / "data"
80
- dest_dir.mkdir(parents=True, exist_ok=True)
+ os.makedirs(DATA_DIR, exist_ok=True)
81
82
# Map GCS filenames to the local filenames expected by tests
83
secrets_map = {
0 commit comments