diff options
Diffstat (limited to 'pkgs/development/python-modules/openai/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/openai/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix index 23af146291af..7e7ae6fe13f3 100644 --- a/pkgs/development/python-modules/openai/default.nix +++ b/pkgs/development/python-modules/openai/default.nix @@ -111,6 +111,8 @@ buildPythonPackage rec { pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" + # snapshot mismatches + "--inline-snapshot=update" ]; disabledTests = |
