mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
ci: remove redundant AIDER_ANALYTICS_LOG environment variable
This commit is contained in:
parent
f448d3e2db
commit
0b781174bd
4 changed files with 0 additions and 4 deletions
|
@ -670,7 +670,6 @@ class TestMain(TestCase):
|
|||
def test_pytest_env_vars(self):
|
||||
# Verify that environment variables from pytest.ini are properly set
|
||||
self.assertEqual(os.environ.get("AIDER_ANALYTICS"), "false")
|
||||
self.assertEqual(os.environ.get("AIDER_ANALYTICS_LOG"), "/dev/null")
|
||||
|
||||
def test_invalid_edit_format(self):
|
||||
with GitTemporaryDirectory():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue