From b53d1eb0d44735e6789b3870a84a01e610a97e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 7 Mar 2025 11:09:04 +0000 Subject: [PATCH] Nix: add `openai` to impure shell for integration tests --- nix/impure-shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/impure-shell.nix b/nix/impure-shell.nix index 9b8d7e35e..57a8bf71f 100644 --- a/nix/impure-shell.nix +++ b/nix/impure-shell.nix @@ -60,6 +60,7 @@ mkShell { pip ipdb click + openai pytest pytest-asyncio syrupy