File tree 4 files changed +0
-4
lines changed
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 40
40
- name : Run tests
41
41
env :
42
42
AIDER_ANALYTICS : false
43
- AIDER_ANALYTICS_LOG : /dev/null
44
43
run : |
45
44
pytest
Original file line number Diff line number Diff line change 40
40
- name : Run tests
41
41
env :
42
42
AIDER_ANALYTICS : false
43
- AIDER_ANALYTICS_LOG : NUL
44
43
run : |
45
44
pytest
46
45
Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ testpaths =
9
9
10
10
env =
11
11
AIDER_ANALYTICS =false
12
- AIDER_ANALYTICS_LOG =/dev/null
13
12
Original file line number Diff line number Diff line change @@ -670,7 +670,6 @@ def test_detect_urls_enabled(self):
670
670
def test_pytest_env_vars (self ):
671
671
# Verify that environment variables from pytest.ini are properly set
672
672
self .assertEqual (os .environ .get ("AIDER_ANALYTICS" ), "false" )
673
- self .assertEqual (os .environ .get ("AIDER_ANALYTICS_LOG" ), "/dev/null" )
674
673
675
674
def test_invalid_edit_format (self ):
676
675
with GitTemporaryDirectory ():
You can’t perform that action at this time.
0 commit comments