python3Packages.starlette: Ignore trio's deprecation warnings
This commit is contained in:
parent
f9dc9d540a
commit
8e39086c7c
@ -71,6 +71,10 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::trio.TrioDeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# asserts fail due to inclusion of br in Accept-Encoding
|
||||
"test_websocket_headers"
|
||||
|
Loading…
Reference in New Issue
Block a user