From aac38070bb86375989ad4b6b54ffc137e71b0876 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Wed, 24 May 2023 14:02:56 +0000 Subject: [PATCH] Add askpass env var --- .replit | 1 + 1 file changed, 1 insertion(+) diff --git a/.replit b/.replit index dc97b59..200563d 100644 --- a/.replit +++ b/.replit @@ -19,6 +19,7 @@ PYTHONPATH = "$PYTHONHOME/lib/python3.8:${VIRTUAL_ENV}/lib/python3.8/site-packag REPLIT_POETRY_PYPI_REPOSITORY = "https://package-proxy.replit.com/pypi/" MPLBACKEND = "TkAgg" POETRY_CACHE_DIR = "${HOME}/${REPL_SLUG}/.cache/pypoetry" +GIT_ASKPASS = "./askpass.sh" # Enable unit tests. This is only supported for a few languages. [unitTest]