python311Packages.openai: ignore DeprecationWarning during tests
This commit is contained in:
parent
61e612ad38
commit
b055c26410
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ buildPythonPackage rec {
|
|||
dirty-equals
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests make network requests
|
||||
"test_streaming_response"
|
||||
|
|
Loading…
Reference in a new issue