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