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 dirty-equals
]; ];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
disabledTests = [ disabledTests = [
# Tests make network requests # Tests make network requests
"test_streaming_response" "test_streaming_response"