From 036d802b627080c9a7db6fea5ae8af8a32492f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 7 Mar 2025 13:04:21 +0100 Subject: [PATCH] Nix: add `openai` to impure shell for integration tests (#3081) --- 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