File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 4040 - name : Run tests
4141 env :
4242 AIDER_ANALYTICS : false
43- AIDER_ANALYTICS_LOG : /dev/null
4443 run : |
4544 pytest
Original file line number Diff line number Diff line change 4040 - name : Run tests
4141 env :
4242 AIDER_ANALYTICS : false
43- AIDER_ANALYTICS_LOG : NUL
4443 run : |
4544 pytest
4645
Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ testpaths =
99
1010env =
1111 AIDER_ANALYTICS =false
12- AIDER_ANALYTICS_LOG =/dev/null
1312
Original file line number Diff line number Diff line change @@ -670,7 +670,6 @@ def test_detect_urls_enabled(self):
670670 def test_pytest_env_vars (self ):
671671 # Verify that environment variables from pytest.ini are properly set
672672 self .assertEqual (os .environ .get ("AIDER_ANALYTICS" ), "false" )
673- self .assertEqual (os .environ .get ("AIDER_ANALYTICS_LOG" ), "/dev/null" )
674673
675674 def test_invalid_edit_format (self ):
676675 with GitTemporaryDirectory ():
You can’t perform that action at this time.
0 commit comments