python3Packages.cross-web: ignore starlette httpx2 warning
This commit is contained in:
@@ -70,6 +70,11 @@ buildPythonPackage (finalAttrs: {
|
||||
]
|
||||
++ lib.concatAttrValues finalAttrs.passthru.optional-dependencies;
|
||||
|
||||
pytestFlags = [
|
||||
# Using `httpx` with `starlette.testclient` is deprecated; install `httpx2` instead.
|
||||
"-Wignore::starlette.exceptions.StarletteDeprecationWarning"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "cross_web" ];
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user