mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python311Packages.openai: ignore DeprecationWarning during tests
This commit is contained in:
parent
61e612ad38
commit
b055c26410
@ -74,6 +74,10 @@ buildPythonPackage rec {
|
||||
dirty-equals
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests make network requests
|
||||
"test_streaming_response"
|
||||
|
Loading…
Reference in New Issue
Block a user