python311Packages.openai: ignore DeprecationWarning during tests

This commit is contained in:
Martin Weinelt 2024-02-24 02:47:06 +01:00
parent 61e612ad38
commit b055c26410
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -74,6 +74,10 @@ buildPythonPackage rec {
dirty-equals
];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
disabledTests = [
# Tests make network requests
"test_streaming_response"