mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.openapi-core: ignore starlette & pytest deprecations
This commit is contained in:
@@ -85,6 +85,12 @@ buildPythonPackage rec {
|
||||
]
|
||||
++ lib.concatAttrValues optional-dependencies;
|
||||
|
||||
pytestFlags = [
|
||||
"-Wignore::pytest.PytestRemovedIn10Warning"
|
||||
# Using `httpx` with `starlette.testclient` is deprecated; install `httpx2` instead.
|
||||
"-Wignore::starlette.exceptions.StarletteDeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Requires secrets and additional configuration
|
||||
"tests/integration/contrib/django/"
|
||||
|
||||
Reference in New Issue
Block a user