From d131539d7745706b9e44daeb4ca5a15958386a3b Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Thu, 13 Feb 2025 16:24:07 -0300 Subject: [PATCH] test: use direnv to manage the python environment --- .envrc | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..fef4b50 --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +layout pyenv $(cat .python-version) +layout python diff --git a/.gitignore b/.gitignore index 199290d..411c17d 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ tests/media allauth_ui/static/allauth_ui/output.css node_modules +.direnv