From 434aa01dedfc993f9c98f5331f97c571514988ae Mon Sep 17 00:00:00 2001 From: Synchon Mandal Date: Wed, 9 Aug 2023 14:59:46 +0200 Subject: [PATCH] chore: remove unnecessary commands from tox.ini --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 3eae8b15a..7e2607b94 100644 --- a/tox.ini +++ b/tox.ini @@ -11,9 +11,6 @@ python = [testenv] skip_install = false -# Required for git-annex -passenv = - HOME deps = pytest pytest-lazy-fixture @@ -41,8 +38,6 @@ commands = [testenv:test] skip_install = false -passenv = - HOME deps = pytest pytest-lazy-fixture