mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
Added validate_environment=False to tests
This commit is contained in:
parent
6863b47e6a
commit
9b26eeb9eb
7 changed files with 19 additions and 17 deletions
|
@ -23,7 +23,7 @@ class TestCommands(TestCase):
|
|||
self.tempdir = tempfile.mkdtemp()
|
||||
os.chdir(self.tempdir)
|
||||
|
||||
self.GPT35 = Model("gpt-3.5-turbo")
|
||||
self.GPT35 = Model("gpt-3.5-turbo", validate_environment=False)
|
||||
|
||||
def tearDown(self):
|
||||
os.chdir(self.original_cwd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue