mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +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
1
.github/workflows/ubuntu-tests.yml
vendored
1
.github/workflows/ubuntu-tests.yml
vendored
|
@ -40,6 +40,5 @@ jobs:
|
|||
- name: Run tests
|
||||
env:
|
||||
AIDER_ANALYTICS: false
|
||||
AIDER_ANALYTICS_LOG: /dev/null
|
||||
run: |
|
||||
pytest
|
||||
|
|
1
.github/workflows/windows-tests.yml
vendored
1
.github/workflows/windows-tests.yml
vendored
|
@ -40,7 +40,6 @@ jobs:
|
|||
- name: Run tests
|
||||
env:
|
||||
AIDER_ANALYTICS: false
|
||||
AIDER_ANALYTICS_LOG: NUL
|
||||
run: |
|
||||
pytest
|
||||
|
||||
|
|
|
@ -9,5 +9,4 @@ testpaths =
|
|||
|
||||
env =
|
||||
AIDER_ANALYTICS=false
|
||||
AIDER_ANALYTICS_LOG=/dev/null
|
||||
|
||||
|
|
|
@ -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